feat: wallet retry request status #8
Annotations
9 errors
lint:
src/handlers/wallet.handlers.spec.ts#L29
Functions that return promises must be async
|
lint:
src/handlers/wallet.handlers.spec.ts#L30
Promise constructor parameters must be named to match "^_?resolve$"
|
lint:
src/handlers/wallet.handlers.spec.ts#L31
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
Functions that return promises must be async
|
lint
Promise returned in function argument where a void return was expected
|
lint
Promise executor functions should not be async
|
lint
Promise constructor parameters must be named to match "^_?resolve$"
|
lint
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
Process completed with exit code 1.
|