Skip to content

Commit 74741f7

Browse files
committed
Try to fix another LGTM. was this a prettier induced error?
1 parent 9fba1aa commit 74741f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/components/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ export default class Main extends React.Component {
4949

5050
let searchResults
5151
if (query.length >= 2) {
52-
const flat = (searchResults = ServiceDefinitionSetHelper.create(services)
52+
const flat = ServiceDefinitionSetHelper.create(services)
5353
.notDeprecated()
5454
.search(query)
55-
.toArray())
55+
.toArray()
5656
searchResults = groupBy(flat, 'category')
5757
}
5858

0 commit comments

Comments
 (0)