feat: 차단 시 채팅 기능 제한(생성/전송/읽음/삭제/발급) 및 WS 에러 코드 통일 #162
Annotations
2 warnings
|
Lint:
src/modules/chat/gateways/chat.gateway.ts#L296
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Lint:
src/modules/chat/gateways/chat.gateway.ts#L192
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Loading