mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated supplier_ids console command
This commit is contained in:
committed by
Dan Christian Bogos
parent
6874d62b5d
commit
45c843a3a4
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user