fix(ci): format directive-handling

This commit is contained in:
Peter Steinberger
2026-01-05 14:34:55 +00:00
parent 977467066d
commit bf6aad1965

View File

@@ -272,10 +272,7 @@ export async function handleDirectiveOnly(params: {
authStorage, authStorage,
authPaths, authPaths,
); );
authByProvider.set( authByProvider.set(entry.provider, `${auth.label} (${auth.source})`);
entry.provider,
`${auth.label} (${auth.source})`,
);
} }
const current = `${params.provider}/${params.model}`; const current = `${params.provider}/${params.model}`;
const defaultLabel = `${defaultProvider}/${defaultModel}`; const defaultLabel = `${defaultProvider}/${defaultModel}`;