Housekeeping (#5933) #782
Annotations
10 warnings
Node v20 - ubuntu-latest:
src/index.ts#L142
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
|
Node v20 - ubuntu-latest:
src/index.ts#L178
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
|
Node v20 - ubuntu-latest:
src/index.ts#L182
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
|
Node v20 - ubuntu-latest:
src/index.ts#L187
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
|
Node v20 - ubuntu-latest:
src/index.ts#L220
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
|
Node v20 - ubuntu-latest:
src/lib/crons.ts#L45
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
|
Node v20 - ubuntu-latest:
src/lib/events.ts#L61
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
|
Node v20 - ubuntu-latest:
src/lib/events.ts#L62
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
|
Node v20 - ubuntu-latest:
src/lib/events.ts#L72
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
|
Node v20 - ubuntu-latest:
src/lib/events.ts#L98
Unexpected number value in conditional. An explicit zero/NaN check is required
|