chore(lint): apply biome fixes

This commit is contained in:
Peter Steinberger
2026-01-04 19:08:22 +01:00
parent e005dcb8e7
commit 0716a624a8
5 changed files with 19 additions and 9 deletions

View File

@@ -455,7 +455,8 @@ export async function runConfigureWizard(
const localUrl = "ws://127.0.0.1:18789";
const localProbe = await probeGatewayReachable({
url: localUrl,
token: baseConfig.gateway?.auth?.token ?? process.env.CLAWDBOT_GATEWAY_TOKEN,
token:
baseConfig.gateway?.auth?.token ?? process.env.CLAWDBOT_GATEWAY_TOKEN,
password:
baseConfig.gateway?.auth?.password ??
process.env.CLAWDBOT_GATEWAY_PASSWORD,