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"` }