Skip to content

Commit

Permalink
chore: [BE] 방 활동시간 인터셉터 한글패치
Browse files Browse the repository at this point in the history
  • Loading branch information
DongHoonYu96 committed Nov 21, 2024
1 parent 14a2195 commit 102282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/src/game/interceptor/gameActivity.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class GameActivityInterceptor implements NestInterceptor {
const data = context.switchToWs().getData();
if (data.gameId) {
await this.gameRoomService.updateRoomActivity(data.gameId);
this.logger.debug(`Activity updated for room ${data.gameId} after ${Date.now() - before}ms`);
this.logger.debug(`${data.gameId} 활동시간 갱신 완료 / after ${Date.now() - before}ms`);
}

return of(result);
Expand Down

0 comments on commit 102282f

Please sign in to comment.