From 06d098ae0e981abd9b0dd15397cdac297e7bfc22 Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Tue, 24 Mar 2026 09:26:15 -0400 Subject: [PATCH] style(auth): format cliproxy auth route --- src/web-server/routes/cliproxy-auth-routes.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/web-server/routes/cliproxy-auth-routes.ts b/src/web-server/routes/cliproxy-auth-routes.ts index 86b1e706..9db43f01 100644 --- a/src/web-server/routes/cliproxy-auth-routes.ts +++ b/src/web-server/routes/cliproxy-auth-routes.ts @@ -119,9 +119,7 @@ function rememberManualAuthState( }); } -function getManualAuthState( - state: string | undefined -): { +function getManualAuthState(state: string | undefined): { nickname?: string; expectedAccountId?: string; createdAt: number;