Skip to content

Feature/command pattern #74

Feature/command pattern

Feature/command pattern #74

Triggered via pull request January 12, 2026 14:22
Status Failure
Total duration 1m 12s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Typecheck
Process completed with exit code 1.
Typecheck: src/App/index.tsx#L510
Type '{ clientId: string; description?: InputMaybe<string> | undefined; date?: any; id?: InputMaybe<string> | undefined; duration?: any; startTime?: any; status?: TimeEntryStatusEnum | undefined; type?: InputMaybe<...> | undefined; task?: string | undefined; }[]' is not assignable to type 'InputMaybe<TimeEntryBulkCreateInput | TimeEntryBulkCreateInput[]> | undefined'.