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

@@ -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: