diff options
Diffstat (limited to 'client/src/routes/(app)/+page.ts')
| -rw-r--r-- | client/src/routes/(app)/+page.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
