Feat(auth): 심사용 로그인 플로우 및 JWT 발급 로직 추가 #98
Annotations
2 warnings
|
Lint:
src/modules/chat/gateways/chat.gateway.ts#L179
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#L123
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