main 반영 및 deploy #167
Merged
main 반영 및 deploy #167
Annotations
2 warnings
|
Lint:
src/modules/chat/gateways/chat.gateway.ts#L172
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/infra/websocket/auth/ws-auth.service.ts#L144
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