mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added compile indexes for threshold with test
This commit is contained in:
committed by
Dan Christian Bogos
parent
77b5a25d22
commit
5ad2a1753d
@@ -59,7 +59,12 @@ func (ce *CommandExecuter) FromArgs(args string, verbose bool) error {
|
||||
}
|
||||
|
||||
func (ce *CommandExecuter) clientArgs(iface interface{}) (args []string) {
|
||||
_, ok := iface.(*map[string]interface{})
|
||||
_, ok := iface.(*utils.ArgsComputeFilterIndexes)
|
||||
if ok {
|
||||
args = append(args, "MapStringInterface")
|
||||
return
|
||||
}
|
||||
_, ok = iface.(*map[string]interface{})
|
||||
if ok {
|
||||
args = append(args, "MapStringInterface")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user