mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 04:01:27 +00:00
fix: remove subdomain property on monitoring
This commit is contained in:
parent
d0aec6cd06
commit
e9cecd6789
|
@ -31,6 +31,5 @@ class AddMonitoring(Migration):
|
|||
with WriteUserData() as data:
|
||||
if "monitoring" not in data["modules"]:
|
||||
data["modules"]["monitoring"] = {
|
||||
"enable": False,
|
||||
"subdomain": "monitoring",
|
||||
"enable": True
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue