diff --git a/src/auto-reply/reply/directive-handling.ts b/src/auto-reply/reply/directive-handling.ts index e5d1d3587..541345e6b 100644 --- a/src/auto-reply/reply/directive-handling.ts +++ b/src/auto-reply/reply/directive-handling.ts @@ -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}`;