From a1e7ac4219ea9620b99f5283cc2f4fb3c38df073 Mon Sep 17 00:00:00 2001
From: L4168 <L4168@student.jamk.fi>
Date: Wed, 26 Jun 2019 11:46:55 +0300
Subject: [PATCH] removed task import

---
 src/game/game.entity.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/game/game.entity.ts b/src/game/game.entity.ts
index 3681309..b8bf9ae 100644
--- a/src/game/game.entity.ts
+++ b/src/game/game.entity.ts
@@ -11,7 +11,7 @@ import {
 
 import { PersonEntity } from '../user/user.entity';
 import { GameGroupEntity } from './group.entity';
-import { FactionEntity, TaskEntity } from './faction.entity';
+import { FactionEntity } from './faction.entity';
 import {
   MapDrawingEntity,
   Game_Person_MapDrawingEntity,
-- 
GitLab