From bf6aad19654cc35335e498f3194bdcf5befa4d38 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 5 Jan 2026 14:34:55 +0000 Subject: [PATCH] fix(ci): format directive-handling --- src/auto-reply/reply/directive-handling.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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}`;