add private atribuite

This commit is contained in:
Peter Maquiran
2022-01-13 10:26:40 +01:00
parent 9bb9516491
commit 8386781f77
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export class RoomService {
private hasLoadHistory = false
duration = ''
ToastService = ToastsService
private ToastService = ToastsService
constructor(
public WsChatService: WsChatService,