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