summaryrefslogtreecommitdiff
path: root/server/providers/services
diff options
context:
space:
mode:
Diffstat (limited to 'server/providers/services')
-rw-r--r--server/providers/services/chat_room.service.ts2
1 files changed, 1 insertions, 1 deletions
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 });
}