Skip to content

Custom Reports: save reports (*new SQL table creation*) #5077

Custom Reports: save reports (*new SQL table creation*)

Custom Reports: save reports (*new SQL table creation*) #5077

Triggered via pull request February 5, 2024 23:33
Status Failure
Total duration 1m 18s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
migrations
Process completed with exit code 1.
typecheck: packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx#L62
Argument of type '"report-delete"' is not assignable to parameter of type 'keyof Handlers'.
typecheck: packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx#L144
Type '{ mode: any; graphType: any; startDate: any; endDate: any; data: any; compact: true; groupBy: any; showEmpty: boolean; balanceType: any; style: { height: string; flex: number; }; }' is not assignable to type 'IntrinsicAttributes & ChooseGraphProps'.
typecheck
Process completed with exit code 2.
lint
Process completed with exit code 1.
lint: packages/desktop-client/src/components/reports/ChooseGraph.tsx#L39
'startDate' is defined but never used
lint: packages/desktop-client/src/components/reports/ChooseGraph.tsx#L40
'endDate' is defined but never used