Repeat session create #476
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|