Skip to content

Commit

Permalink
[@dhealthdapps/backend] fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nsonanh committed Dec 17, 2022
1 parent 8c0e922 commit f1f8bed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtime/backend/src/common/Schedulers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,5 @@ export const Schedulers: { [key: string]: any[] } = {
LeaderboardsAggregationCommand,
UserAggregationCommand,
],
notifier: [
AlertsModule,
ReportNotifierCommand.register()
],
notifier: [AlertsModule, ReportNotifierCommand.register()],
};

0 comments on commit f1f8bed

Please sign in to comment.