Updated supplier_ids console command

This commit is contained in:
Tripon Alexandru-Ionut
2019-04-18 09:30:33 +03:00
committed by Dan Christian Bogos
parent 6874d62b5d
commit 45c843a3a4

View File

@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
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
}