From cd8cd3a9eba9ecfd8fc9cda73cc61d80703a8241 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Mon, 30 Dec 2019 21:31:43 +0100 Subject: [PATCH] fix MsgSetInfo json keys Signed-off-by: R.I.Pienaar --- server/msgset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/msgset.go b/server/msgset.go index affb4d9b..3c7f950a 100644 --- a/server/msgset.go +++ b/server/msgset.go @@ -38,7 +38,7 @@ type MsgSetConfig struct { } type MsgSetInfo struct { - Config MsgSetConfig `json:"name"` + Config MsgSetConfig `json:"config"` Stats MsgSetStats `json:"stats"` }