mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix(config): 🐛 Make bridge url default to undefined, not ""
This commit is contained in:
parent
f2c9814171
commit
cc8a97ae79
|
|
@ -503,7 +503,6 @@ export const configValidator = z.object({
|
||||||
software: "lysand-ap",
|
software: "lysand-ap",
|
||||||
allowed_ips: [],
|
allowed_ips: [],
|
||||||
token: "",
|
token: "",
|
||||||
url: "",
|
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
instance: z
|
instance: z
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue