Fix missing comma in metristore schema

This commit is contained in:
2026-01-23 10:15:29 +01:00
parent 499b4287f9
commit 525d99140f

View File

@@ -81,7 +81,7 @@ const configSchema = `{
"description": "Optional: Allow lines without a cluster tag, use this as default",
"type": "string"
}
}
},
"required": ["subscribe-to"]
}
}