diff --git a/src/app/comment.ts b/src/app/comment.ts
index ae8fddba929c3da7618dff5ae8fa6fa8fc093ce7..d16510a5b082ca39a0c4fe26461fbe5cb7573423 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;