draft games feature #497
Annotations
3 errors and 1 warning
ci:
src/pages/Game/NewSessions.vue#L158
Argument of type '{ id: string; start_time: number; end_time: number; creator_id: string; game_id: number; participant_count: number; has_openings: boolean; community_id: string; rsvps: never[]; }' is not assignable to parameter of type '{ id: string; created_at: string; start_time: number; end_time: number; game_id: number; community_id: string; access_times?: string | undefined; creator_id: string; participant_count: number; has_openings: boolean; rsvps: string[]; }'.
|
ci:
src/pages/GamesBrowse.vue#L226
Type '{ sessions: Session[]; }[]' is not assignable to type '{ community_events: { community_id: string | null; created_at: string; deleted_at: string | null; description: string | null; draft_state: string | null; end_time: number; event_access_levels: number[] | null; ... 4 more ...; title: string; }; ... 16 more ...; sessions: { ...; }[]; }[]'.
|
ci
Process completed with exit code 2.
|
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|