From 87d6b000afa0166a54971884cb926cf5139c6f82 Mon Sep 17 00:00:00 2001
From: Lukas Haase <lukas.haase@mni.thm.de>
Date: Sun, 24 Jan 2021 13:37:47 +0100
Subject: [PATCH] fix build error 2

---
 src/app/components/shared/room-page/room-page.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/components/shared/room-page/room-page.component.ts b/src/app/components/shared/room-page/room-page.component.ts
index 204d71a08..09ba0a261 100644
--- a/src/app/components/shared/room-page/room-page.component.ts
+++ b/src/app/components/shared/room-page/room-page.component.ts
@@ -31,7 +31,7 @@ export class RoomPageComponent implements OnInit, OnDestroy {
               protected wsCommentService: WsCommentServiceService,
               protected commentService: CommentService,
               protected eventService: EventService,
-              protected titleService: TitleService
+              protected titleService?: TitleService
   ) {
   }
 
-- 
GitLab