style: fix biome formatting

This commit is contained in:
Peter Steinberger
2025-12-25 20:13:48 +00:00
parent c9c7354009
commit c860573f13
2 changed files with 7 additions and 3 deletions

View File

@@ -6,9 +6,9 @@ import { detectMime } from "../media/mime.js";
import { startWebLoginWithQr, waitForWebLogin } from "../web/login-qr.js";
import {
type BashToolDefaults,
type ProcessToolDefaults,
createBashTool,
createProcessTool,
type ProcessToolDefaults,
} from "./bash-tools.js";
import { createClawdisTools } from "./clawdis-tools.js";
import { sanitizeToolResultImages } from "./tool-images.js";

View File

@@ -243,7 +243,9 @@ export function registerGatewayCli(program: Command) {
authMode || opts.password || authModeRaw
? {
mode: authMode ?? undefined,
password: opts.password ? String(opts.password) : undefined,
password: opts.password
? String(opts.password)
: undefined,
}
: undefined,
tailscale:
@@ -437,7 +439,9 @@ export function registerGatewayCli(program: Command) {
authMode || opts.password || authModeRaw
? {
mode: authMode ?? undefined,
password: opts.password ? String(opts.password) : undefined,
password: opts.password
? String(opts.password)
: undefined,
}
: undefined,
tailscale: