Skip to content

Repeat session create #476

Repeat session create

Repeat session create #476

Triggered via pull request December 9, 2023 08:51
Status Failure
Total duration 1m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ci: src/pages/Community/communityStore.ts#L39
Property 'allow_pre_seat' is missing in type '{ id: string; name: string; allow_public_signup: false; created_at: string; signup_method: SignupMethods.PRIVATE; }' but required in type 'Community'.
ci: src/pages/Game/gameStore.ts#L39
Argument of type '{ game: { id: number; title: string; participant_count: number; draft_state: GAME_DRAFT_STATE; community_id: string; created_at: string; creator_id: string; description: string; description_as_flat_text: string; }; sessions: never[]; attendees: {}; community: { ...; }; }' is not assignable to parameter of type 'Store'.
ci: src/pages/Game/gameStore.ts#L42
Argument of type '{ game: { id: number; title: string; participant_count: number; draft_state: GAME_DRAFT_STATE; community_id: string; created_at: string; creator_id: string; description: string; description_as_flat_text: string; }; sessions: never[]; attendees: {}; community: { ...; }; }' is not assignable to parameter of type 'Store'.
ci
Process completed with exit code 2.