Skip to content

feat: policy add distance rate page #2

feat: policy add distance rate page

feat: policy add distance rate page #2

Triggered via pull request March 8, 2024 14:18
Status Failure
Total duration 2m 32s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
typecheck: src/languages/es.ts#L1938
Property 'errors' is missing in type '{ oopsNotSoFast: string; workspaceNeeds: string; distance: string; centrallyManage: string; rate: string; addRate: string; deleteRate: string; deleteRates: string; enableRate: string; disableRate: string; ... 4 more ...; disabled: string; }' but required in type '{ oopsNotSoFast: string; workspaceNeeds: string; distance: string; centrallyManage: string; rate: string; addRate: string; deleteRate: string; deleteRates: string; enableRate: string; disableRate: string; ... 5 more ...; errors: { ...; }; }'.
typecheck: src/pages/workspace/distanceRates/PolicyNewDistanceRatePage.tsx#L48
Type 'string' has no properties in common with type '{ name?: string | undefined; rate?: number | undefined; currency?: string | undefined; customUnitRateID?: string | undefined; errors?: Errors | undefined; enabled?: boolean | undefined; } & OfflineFeedback<...>'.
typecheck
Process completed with exit code 2.
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.