fix(ci): format directive-handling
This commit is contained in:
parent
977467066d
commit
bf6aad1965
1 changed files with 1 additions and 4 deletions
|
|
@ -272,10 +272,7 @@ export async function handleDirectiveOnly(params: {
|
|||
authStorage,
|
||||
authPaths,
|
||||
);
|
||||
authByProvider.set(
|
||||
entry.provider,
|
||||
`${auth.label} (${auth.source})`,
|
||||
);
|
||||
authByProvider.set(entry.provider, `${auth.label} (${auth.source})`);
|
||||
}
|
||||
const current = `${params.provider}/${params.model}`;
|
||||
const defaultLabel = `${defaultProvider}/${defaultModel}`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue