chore: generate
This commit is contained in:
parent
c780d7cee7
commit
02687b6324
13 changed files with 107 additions and 122 deletions
|
|
@ -23,10 +23,7 @@ export const V2Command = effectCmd({
|
|||
small: Object.fromEntries(
|
||||
yield* Effect.all(
|
||||
all.map((provider) =>
|
||||
Effect.map(
|
||||
catalog.model.small(provider.id),
|
||||
(model) => [provider.id, model?.id] as const,
|
||||
),
|
||||
Effect.map(catalog.model.small(provider.id), (model) => [provider.id, model?.id] as const),
|
||||
),
|
||||
{ concurrency: "unbounded" },
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue