From 80424ba2c7ea0c32043b2b3de446f294f1e61014 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Mon, 18 Mar 2019 12:04:45 +0100
Subject: [PATCH] Adjust model of comment

---
 src/app/models/comment.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/models/comment.ts b/src/app/models/comment.ts
index aed78ce9a..f13906b2c 100644
--- a/src/app/models/comment.ts
+++ b/src/app/models/comment.ts
@@ -6,5 +6,6 @@ export class Comment {
   subject: string;
   body: string;
   read: boolean;
+  correct: boolean;
   creationTimestamp: number;
 }
-- 
GitLab