"...composable_kernel.git" did not exist on "55ab46873f2f43c2ca26d1d1cba984eb952383d4"
Commit 0f41abd7 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update +page.server.ts

parent 42087a4a
...@@ -19,6 +19,6 @@ export const load: PageServerLoad = async ({ url }) => { ...@@ -19,6 +19,6 @@ export const load: PageServerLoad = async ({ url }) => {
}); });
return { return {
models: models ? models.models : [] models: models?.models ?? []
}; };
}; };
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment