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 remoteProbe = remoteUrl
? await probeGatewayReachable({
url: remoteUrl,
token: baseConfig.gateway?.remote?.token,
})
url: remoteUrl,
token: baseConfig.gateway?.remote?.token,
})
: null;
const mode = guardCancel(