Spaces:
Sleeping
Sleeping
fix: lint
Browse files- 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 |
-
:
|
| 82 |
assistants,
|
| 83 |
models,
|
| 84 |
oldModels,
|
|
|
|
| 78 |
.then(throwOnErrorNullable)
|
| 79 |
.then(jsonSerialize)
|
| 80 |
.catch(() => undefined)
|
| 81 |
+
: undefined,
|
| 82 |
assistants,
|
| 83 |
models,
|
| 84 |
oldModels,
|