feat: 카카오 로그인 시 성별·생년월일 기반 유저 정보 자동 생성 #96
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