summaryrefslogtreecommitdiff
path: root/server/providers/services
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-01 14:16:35 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-01 14:16:35 -0600
commit1108970a6aeb98a2f113383c6437dd4d862dae10 (patch)
tree30c5d3f60746d92fe37a3a8dd8f0c4c4cc5e052d /server/providers/services
parentf62854ebaa689c4bf434f213f1f610a1779f8696 (diff)
downloadlocchat-1108970a6aeb98a2f113383c6437dd4d862dae10.tar.gz
locchat-1108970a6aeb98a2f113383c6437dd4d862dae10.zip
Updates
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 });
}