From 328d53e3834d2f9dba89da1e81d5807e3347edb9 Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Tue, 28 Apr 2026 12:10:06 -0400 Subject: [PATCH] style(proxy): format openai bridge launch settings --- src/ccs.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ccs.ts b/src/ccs.ts index 878224c9..22eee96f 100644 --- a/src/ccs.ts +++ b/src/ccs.ts @@ -1460,10 +1460,7 @@ async function main(): Promise { ), }; delete proxyEnv.ANTHROPIC_API_KEY; - const launchSettings = createOpenAICompatLaunchSettings( - expandedSettingsPath, - settings - ); + const launchSettings = createOpenAICompatLaunchSettings(expandedSettingsPath, settings); const launchArgs = [ '--settings',