Fix formatting in configure.wizard.ts

This commit is contained in:
Professor 2026-01-30 17:31:31 +05:30
parent 0d916131f5
commit 5a45acadfa

View File

@ -213,9 +213,9 @@ export async function runConfigureWizard(
const remoteUrl = baseConfig.gateway?.remote?.url?.trim() ?? ""; const remoteUrl = baseConfig.gateway?.remote?.url?.trim() ?? "";
const remoteProbe = remoteUrl const remoteProbe = remoteUrl
? await probeGatewayReachable({ ? await probeGatewayReachable({
url: remoteUrl, url: remoteUrl,
token: baseConfig.gateway?.remote?.token, token: baseConfig.gateway?.remote?.token,
}) })
: null; : null;
const mode = guardCancel( const mode = guardCancel(