Skip to content

Commit

Permalink
[CHORE] TODO 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yubinquitous committed May 6, 2024
1 parent 4331843 commit bae5bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels/channels.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ export class ChannelsService {
// redis에 mute 정보 저장
await this.redis.set(muteKey, '');
// mute 정보 만료 시간 설정
await this.redis.expire(muteKey, MUTE_TIME); // TODO: 30초로 변경
await this.redis.expire(muteKey, MUTE_TIME);

return receiverUserProfile!;
}
Expand Down

0 comments on commit bae5bca

Please sign in to comment.