This commit is contained in:
@ -16,6 +16,7 @@ export const load: PageServerLoad = async ({ parent, cookies }) => {
|
||||
(prev, curr) => {
|
||||
return { ...prev, [curr.key]: curr.value };
|
||||
},
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
{} as { [key: string]: any }
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user