mirror of
https://github.com/status-im/status-go.git
synced 2025-01-29 16:06:47 +00:00
fix_: fix returned value in toggleCentralizeMetrics function
Issue #15628
This commit is contained in:
parent
afc6e7bcb9
commit
a3e834c26e
@ -1423,7 +1423,7 @@ func ToggleCentralizedMetrics(requestJSON string) string {
|
|||||||
return makeJSONResponse(err)
|
return makeJSONResponse(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return ""
|
return makeJSONResponse(nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
func CentralizedMetricsInfo() string {
|
func CentralizedMetricsInfo() string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user