Skip to content

Commit 8f89a95

Browse files
committed
[@dhealthdapps/backend] fix: linter
1 parent 8ce2878 commit 8f89a95

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

runtime/backend/src/common/Schedulers.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@ export const Schedulers: { [key: string]: any[] } = {
103103
UserAggregationCommand,
104104
UserTopActivitiesCommand,
105105
],
106-
notifier: [
107-
AlertsModule,
108-
ReportNotifierCommand.register()
109-
],
106+
notifier: [AlertsModule, ReportNotifierCommand.register()],
110107
oauth: [],
111108
users: [],
112109
};

0 commit comments

Comments
 (0)