Skip to content

feat(members): add, read and update memberships #112

feat(members): add, read and update memberships

feat(members): add, read and update memberships #112

Triggered via pull request February 28, 2025 14:29
@mtthpmtthp
synchronize #109
memberships
Status Failure
Total duration 37s
Artifacts

check.yml

on: pull_request
Check for lint and typescript error
32s
Check for lint and typescript error
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Check for lint and typescript error
Process completed with exit code 2.
Check for lint and typescript error: src/views/Private/Stats/Incomes/StatsIncomes.vue#L22
Type '() => { label: string; atClick: () => string[]; }[]' is not assignable to type 'boolean | (() => { label: string; atClick: () => Date[]; }[]) | undefined'.
Check for lint and typescript error: src/views/Private/Stats/Incomes/StatsIncomes.vue#L16
Property 'shortcuts' is missing in type '{ footer: { apply: string; cancel: string; }; }' but required in type '{ shortcuts: { today: string; yesterday: string; past: (period: number) => string; currentMonth: string; pastMonth: string; }; footer: { apply: string; cancel: string; }; }'.
Check for lint and typescript error: src/views/Private/Stats/Activity/StatsActivity.vue#L22
Type '() => { label: string; atClick: () => string[]; }[]' is not assignable to type 'boolean | (() => { label: string; atClick: () => Date[]; }[]) | undefined'.
Check for lint and typescript error: src/views/Private/Stats/Activity/StatsActivity.vue#L16
Property 'shortcuts' is missing in type '{ footer: { apply: string; cancel: string; }; }' but required in type '{ shortcuts: { today: string; yesterday: string; past: (period: number) => string; currentMonth: string; pastMonth: string; }; footer: { apply: string; cancel: string; }; }'.
Check for lint and typescript error: src/views/Private/History/HistoryEventsList.vue#L30
Type '() => { label: string; atClick: () => string[]; }[]' is not assignable to type 'boolean | (() => { label: string; atClick: () => Date[]; }[]) | undefined'.
Check for lint and typescript error: src/views/Private/History/HistoryEventsList.vue#L24
Property 'shortcuts' is missing in type '{ footer: { apply: string; cancel: string; }; }' but required in type '{ shortcuts: { today: string; yesterday: string; past: (period: number) => string; currentMonth: string; pastMonth: string; }; footer: { apply: string; cancel: string; }; }'.