mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 07:38:45 +05:00
improved GetActions in ApierV2 (params changes!)
This commit is contained in:
@@ -204,6 +204,7 @@ func NewCodecMsgpackMarshaler() *CodecMsgpackMarshaler {
|
||||
cmm := &CodecMsgpackMarshaler{new(codec.MsgpackHandle)}
|
||||
mh := cmm.mh
|
||||
mh.MapType = reflect.TypeOf(map[string]interface{}(nil))
|
||||
mh.RawToString = true
|
||||
return cmm
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user