diff --git a/console/supplier_ids.go b/console/supplier_ids.go index 08ade98c8..b4cbce6c7 100644 --- a/console/supplier_ids.go +++ b/console/supplier_ids.go @@ -19,7 +19,6 @@ along with this program. If not, see package console import ( - "github.com/cgrates/cgrates/engine" "github.com/cgrates/cgrates/utils" ) @@ -60,6 +59,6 @@ func (self *CmdSuppliersIDs) PostprocessRpcParams() error { } func (self *CmdSuppliersIDs) RpcResult() interface{} { - var atr *engine.SortedSuppliers + var atr []string return &atr }