Skip to content

remove unused

remove unused #11451

Triggered via push January 7, 2024 15:18
Status Failure
Total duration 1m 7s
Artifacts

javascript.yml

on: push
Lint and test the codebase
57s
Lint and test the codebase
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Lint and test the codebase: src/components/BankDetails/useCurrencies.ts#L5
Cannot find module './WiseCurrencies/CurrencySelector' or its corresponding type declarations.
Lint and test the codebase: src/pages/Admin/Charity/Banking/Banking.tsx#L83
Type '(request: CreateRecipientRequest, bankStatementFile: FileDropzoneAsset) => Promise<void>' is not assignable to type '(recipient: V1RecipientAccount, bankStatementFile: File) => Promise<void>'.
Lint and test the codebase: src/pages/Registration/Steps/Banking/Banking.tsx#L24
Type '(request: CreateRecipientRequest, bankStatementFile: FileDropzoneAsset, isDirty: boolean) => Promise<void>' is not assignable to type '(recipient: V1RecipientAccount, bankStatementFile: File) => Promise<void>'.
Lint and test the codebase
Process completed with exit code 2.