From f7b106733a3d4a6f04f2524770caed25aa11a333 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 14 Aug 2025 21:31:57 +0200 Subject: client: Make eslint happy --- client/src/routes/(app)/+page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/routes/(app)/+page.ts') diff --git a/client/src/routes/(app)/+page.ts b/client/src/routes/(app)/+page.ts index b6b923e..cae530c 100644 --- a/client/src/routes/(app)/+page.ts +++ b/client/src/routes/(app)/+page.ts @@ -19,7 +19,7 @@ export const load: PageLoad = async ({ fetch, url }) => { fetch }); return { - projects: projects.data!!, + projects: projects.data!, reviews: undefined }; } else { -- cgit v1.2.3-70-g09d2