Refactor Express module: streamline middleware logging, enhance sessi… #109
Annotations
3 errors and 1 warning
Check Repository
Property 'queryKey' is missing in type '{ select({ data }: GetOneResponse<{ id: string; title: string; summary: string | null; description: string | null; location: string | null; occurrences: { id: string; interval: { start: string; end: string; }; fullDay: boolean; }[]; images: { ...; }[]; }>): { ...; }; }' but required in type 'UseQueryOptions<GetOneResponse<{ id: string; title: string; summary: string | null; description: string | null; location: string | null; occurrences: { id: string; interval: { start: string; end: string; }; fullDay: boolean; }[]; images: { ...; }[]; }>, HttpError, GetOneResponse<...>, readonly unknown[]>'.
|
Check Repository
Property 'queryKey' is missing in type '{ select: ({ data }: GetOneResponse<{ [$tada.fragmentRefs]: { FundraisingEntryEditorFragment: "FundraisingEntryNode"; }; }>) => { data: { donatedOn: DateTime<true> | DateTime<...> | undefined; ... 16 more ...; [$tada.fragmentRefs]: { ...; }; }; }; }' but required in type 'UseQueryOptions<GetOneResponse<{ [$tada.fragmentRefs]: { FundraisingEntryEditorFragment: "FundraisingEntryNode"; }; }>, HttpError, GetOneResponse<Omit<{ id: string; donatedOn: string | null; ... 14 more ...; [$tada.fragmentRefs]: { ...; }; }, "donatedOn" | "donatedOnOverride"> & { ...; }>, readonly unknown[]>'.
|
Check Repository
Process completed with exit code 2.
|
Check Repository
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|