Skip to content

Commit 7af5bdf

Browse files
committed
comment
1 parent 06b6dcb commit 7af5bdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/chat/chat.resolver.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export class ChatResolver {
6161
return this.chatService.getMessageById(messageId);
6262
}
6363

64+
// To do: message need a update resolver
65+
6466
@UseGuards(ChatGuard)
6567
@Query(() => [Message])
6668
async getChatHistory(@Args('chatId') chatId: string): Promise<Message[]> {

0 commit comments

Comments
 (0)