mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Fixes #1269
This commit is contained in:
committed by
Dan Christian Bogos
parent
7ae8ae299b
commit
08e793487a
@@ -61,7 +61,7 @@ func (self *CmdGetMaxUsage) PostprocessRpcParams() error {
|
||||
}
|
||||
|
||||
func (self *CmdGetMaxUsage) RpcResult() interface{} {
|
||||
var f float64
|
||||
var f int64
|
||||
return &f
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user