nsarrazin commited on
Commit
5f9165b
·
1 Parent(s): 919c290
Files changed (1) hide show
  1. src/routes/+layout.ts +1 -1
src/routes/+layout.ts CHANGED
@@ -78,7 +78,7 @@ export const load = async ({ depends, fetch }) => {
78
  .then(throwOnErrorNullable)
79
  .then(jsonSerialize)
80
  .catch(() => undefined)
81
- : null,
82
  assistants,
83
  models,
84
  oldModels,
 
78
  .then(throwOnErrorNullable)
79
  .then(jsonSerialize)
80
  .catch(() => undefined)
81
+ : undefined,
82
  assistants,
83
  models,
84
  oldModels,