Skip to content

Commit

Permalink
🔨 Fix: 중복된 res.end() 제거
Browse files Browse the repository at this point in the history
#
  • Loading branch information
ks1ksi committed Nov 13, 2023
1 parent 2995940 commit 80e3466
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/chat/chat.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ export class ChatController {

this.logger.debug(`Stream ended.`);
res.end();

res.end();
}
}

0 comments on commit 80e3466

Please sign in to comment.