Skip to content

feat: wallet retry request status #8

feat: wallet retry request status

feat: wallet retry request status #8

Triggered via pull request July 30, 2024 06:47
Status Failure
Total duration 36s
Billable time 2m
Artifacts

lib-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.