fix change

This commit is contained in:
Peter Maquiran
2024-08-30 17:16:15 +01:00
parent 3edbcc194e
commit 6193aac4a8
10 changed files with 18 additions and 16 deletions
-1
View File
@@ -50,7 +50,6 @@ export class RoomEntity extends BaseEntity<RoomEntity>(RoomEntitySchema) implem
roomType: typeof RoomEntitySchema._input.roomType
members: typeof RoomEntitySchema._input.members
messages: typeof RoomEntitySchema._input.messages
displayDate = ''
constructor(data: IRoom) {
super();