Skip to content

Commit a6a62cc

Browse files
committed
Removed unnecessary line break
1 parent c29cf1c commit a6a62cc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

workers/grouper/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ export default class GrouperWorker extends Worker {
237237
if (process.env.IS_NOTIFIER_WORKER_ENABLED) {
238238
const isIgnored = isFirstOccurrence
239239
? false
240-
: !!(existedEvent as GroupedEventDBScheme & { marks?: { ignored?: boolean } })?.marks
241-
?.ignored;
240+
: !!(existedEvent as GroupedEventDBScheme & { marks?: { ignored?: boolean } })?.marks?.ignored;
242241

243242
if (!isIgnored) {
244243
await this.addTask(WorkerNames.NOTIFIER, {

0 commit comments

Comments
 (0)