lint
All checks were successful
delpoy / build-and-deploy (push) Successful in 47s

This commit is contained in:
2023-11-30 23:25:04 +01:00
parent b932d88990
commit fc6fc097e9
7 changed files with 12 additions and 11 deletions

View File

@ -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 }
);