From 1108970a6aeb98a2f113383c6437dd4d862dae10 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Fri, 1 Apr 2022 14:16:35 -0600 Subject: Updates --- server/providers/services/chat_room.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/providers/services/chat_room.service.ts') diff --git a/server/providers/services/chat_room.service.ts b/server/providers/services/chat_room.service.ts index ed75ba4..6d804e6 100644 --- a/server/providers/services/chat_room.service.ts +++ b/server/providers/services/chat_room.service.ts @@ -25,7 +25,7 @@ export class ChatRoomService { ); } - findById(id: number, relations: string[] = []) { + findById(id: string, relations: string[] = []) { return this.chatRoomRepository.findOne(id, { relations }); } -- cgit v1.2.3-70-g09d2