fix: No default value for advertise routes
Committed / committed (pull_request) Successful in 32s
CI / cargo shear (pull_request) Successful in 5m42s
CI / prek (pull_request) Successful in 6m5s

This commit is contained in:
2026-04-13 03:05:35 +02:00
parent 8e5e02d29d
commit 731800fd3f
3 changed files with 6 additions and 8 deletions
+2 -4
View File
@@ -211,10 +211,8 @@
"type": "object",
"properties": {
"advertiseRoutes": {
"type": [
"boolean",
"null"
]
"type": "boolean",
"default": false
},
"authKey": {
"anyOf": [