fix(ci): format directive-handling
This commit is contained in:
@@ -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}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user