From 65f8edafc4a3684baceccddf1bc9f7d18c559f8e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hagen=20Dre=C3=9Fler?= <hagen.dressler@mni.thm.de>
Date: Tue, 6 Mar 2018 16:45:03 +0100
Subject: [PATCH] Edit model comment

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

diff --git a/src/app/comment.ts b/src/app/comment.ts
index ae8fddba9..d16510a5b 100644
--- a/src/app/comment.ts
+++ b/src/app/comment.ts
@@ -1,7 +1,7 @@
 export class Comment {
   id: string;
   roomId: string;
-  revision: string
+  revision: string;
   subject: string;
   body: string;
   read: boolean;
-- 
GitLab