Fix/swagger keyword #155
Merged
Fix/swagger keyword #155
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