diff --git a/src/score/score.module.ts b/src/score/score.module.ts index 7f7601d70521cc0b957e41c9e0ecf2c631777f77..c04486fc676fca0d7c6a38c74374e03e23a1008c 100644 --- a/src/score/score.module.ts +++ b/src/score/score.module.ts @@ -9,6 +9,7 @@ import { ObjectivePoint_HistoryEntity, } from '../game/game.entity'; import { ScoreEntity } from './score.entity'; +import { NotificationModule } from '../notifications/notifications.module'; @Module({ imports: [ @@ -18,6 +19,7 @@ import { ScoreEntity } from './score.entity'; ObjectivePoint_HistoryEntity, FactionEntity, ]), + NotificationModule, ], controllers: [ScoreController], providers: [ScoreService],