Fix formatting in configure.wizard.ts
This commit is contained in:
parent
0d916131f5
commit
5a45acadfa
@ -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(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user