From 28d3732b598d51cf46d25a62289dcab1f5b5530a Mon Sep 17 00:00:00 2001 From: Hagen <hagen.dressler@mni.thm.de> Date: Tue, 6 Mar 2018 14:18:07 +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 a79f6f087..c199c32a0 100644 --- a/src/app/comment.ts +++ b/src/app/comment.ts @@ -1,6 +1,6 @@ export class Comment { id: string; - roomid: string; + roomId: string; subject: string; body: string; read: boolean; -- GitLab