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 Jan 13, 2023
1 parent 8ce2878 commit 8f89a95
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 @@ -103,10 +103,7 @@ export const Schedulers: { [key: string]: any[] } = {
UserAggregationCommand,
UserTopActivitiesCommand,
],
notifier: [
AlertsModule,
ReportNotifierCommand.register()
],
notifier: [AlertsModule, ReportNotifierCommand.register()],
oauth: [],
users: [],
};

0 comments on commit 8f89a95

Please sign in to comment.