diff --git a/src/commands/configure.wizard.ts b/src/commands/configure.wizard.ts index feb807df6..ca481ad93 100644 --- a/src/commands/configure.wizard.ts +++ b/src/commands/configure.wizard.ts @@ -213,9 +213,9 @@ export async function runConfigureWizard( const remoteUrl = baseConfig.gateway?.remote?.url?.trim() ?? ""; const remoteProbe = remoteUrl ? await probeGatewayReachable({ - url: remoteUrl, - token: baseConfig.gateway?.remote?.token, - }) + url: remoteUrl, + token: baseConfig.gateway?.remote?.token, + }) : null; const mode = guardCancel(