Skip to content

Commit 335eb8a

Browse files
committed
lint code
1 parent 441cd63 commit 335eb8a

6 files changed

Lines changed: 283 additions & 204 deletions

File tree

workers/grouper/src/index.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,10 @@ export default class GrouperWorker extends Worker {
132132
uniqueEventHash = similarEvent.groupHash;
133133

134134
existedEvent = similarEvent;
135-
}
136-
137-
/**
138-
* If we couldn't group by grouping pattern — try grouping bt hash (title)
139-
*/
140-
else {
135+
} else {
136+
/**
137+
* If we couldn't group by grouping pattern — try grouping bt hash (title)
138+
*/
141139
/**
142140
* Find event by group hash.
143141
*/

0 commit comments

Comments
 (0)