mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
deep parameter help for console
This commit is contained in:
@@ -51,7 +51,7 @@ func (self *CmdGetMaxDuration) RpcParams() interface{} {
|
||||
if self.rpcParams == nil {
|
||||
self.rpcParams = &engine.CallDescriptor{Direction: "*out"}
|
||||
}
|
||||
return self.rpcParams
|
||||
return *self.rpcParams
|
||||
}
|
||||
|
||||
func (self *CmdGetMaxDuration) PostprocessRpcParams() error {
|
||||
|
||||
Reference in New Issue
Block a user