mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-28 06:51:45 +01:00
Fix missing comma in metristore schema
This commit is contained in:
@@ -81,7 +81,7 @@ const configSchema = `{
|
|||||||
"description": "Optional: Allow lines without a cluster tag, use this as default",
|
"description": "Optional: Allow lines without a cluster tag, use this as default",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
"required": ["subscribe-to"]
|
"required": ["subscribe-to"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user