fix_: fix returned value in toggleCentralizeMetrics function

Issue #15628
This commit is contained in:
Michal Iskierko 2024-07-19 14:22:15 +02:00 committed by Andrea Maria Piana
parent afc6e7bcb9
commit a3e834c26e
1 changed files with 1 additions and 1 deletions

View File

@ -1423,7 +1423,7 @@ func ToggleCentralizedMetrics(requestJSON string) string {
return makeJSONResponse(err)
}
return ""
return makeJSONResponse(nil)
}
func CentralizedMetricsInfo() string {