refactor(core): remove redundant model catalog die

This commit is contained in:
Aiden Cline
2026-08-09 21:25:59 +00:00
parent 0b3e0d80d0
commit e0a4e8b96c
-1
View File
@@ -236,7 +236,6 @@ const layer = Layer.effect(
Effect.catch((error) =>
Effect.logError("Failed to fetch models.dev", { error }).pipe(Effect.as({} as Record<string, Provider>)),
),
Effect.orDie,
)
const [cachedGet, invalidate] = yield* Effect.cachedInvalidateWithTTL(populate, Duration.infinity)