From bbcce13ae407e0acb3a9e0e114992cdf007b182c Mon Sep 17 00:00:00 2001 From: Ronnie Friman <L4168@student.jamk.fi> Date: Sun, 21 Jul 2019 08:48:06 +0300 Subject: [PATCH] fix import url --- src/game/game.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/game.module.ts b/src/game/game.module.ts index 8fa0638..6fffbb0 100644 --- a/src/game/game.module.ts +++ b/src/game/game.module.ts @@ -15,7 +15,7 @@ import { FactionEntity } from '../faction/faction.entity'; import { NotificationModule } from '../notifications/notifications.module'; import { TickService } from './tick.service'; import { ScoreService } from '../score/score.service'; -import { ScoreEntity } from 'src/score/score.entity'; +import { ScoreEntity } from '../score/score.entity'; ///////////////////////////////////////////////////////////////////// /// Game /// -- GitLab