Missing comma

This commit is contained in:
Micke Nordin 2024-01-15 16:42:31 +01:00
parent 6b43c75c76
commit ba3722df56
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE

View file

@ -164,10 +164,10 @@ hub:
"scopes": [ "scopes": [
"admin:auth_state" "admin:auth_state"
] ]
} },
{ {
'name': 'server', "name": "server",
'scopes': [ "scopes": [
"inherit", "inherit",
"read:services" "read:services"
], ],