Skip to content

feat: invoice returns #13

feat: invoice returns

feat: invoice returns #13

Triggered via pull request June 27, 2023 11:44
Status Failure
Total duration 5m 26s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
setup_and_lint: backend/database/bespoke.ts#L203
Unsafe member access .name on an `any` value
setup_and_lint: backend/database/bespoke.ts#L203
Unsafe return of an `any` typed value
setup_and_lint: models/baseModels/Invoice/Invoice.ts#L400
This assertion is unnecessary since it does not change the type of the expression
setup_and_lint: models/baseModels/Invoice/Invoice.ts#L422
This assertion is unnecessary since it does not change the type of the expression
setup_and_lint: models/baseModels/Invoice/Invoice.ts#L436
Async arrow function has no 'await' expression
setup_and_lint: models/baseModels/Payment/Payment.ts#L525
Async method 'formula' has no 'await' expression
setup_and_lint
Process completed with exit code 1.
setup_and_lint: models/baseModels/Invoice/Invoice.ts#L437
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