Skip to content
Snippets Groups Projects
Commit 6882961c authored by Ronnie Friman's avatar Ronnie Friman
Browse files

import notificationModule

parent 97cbe2b8
No related branches found
No related tags found
3 merge requests!59Development to master,!36Development,!33Small fixes
......@@ -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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment