mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
possible quick fix for #422
This commit is contained in:
@@ -567,7 +567,7 @@ func (self *ApierV1) RemoveBalances(attr *AttrSetBalance, reply *string) error {
|
||||
at := &engine.ActionTiming{}
|
||||
at.SetAccountIDs(utils.StringMap{accID: true})
|
||||
a := &engine.Action{
|
||||
ActionType: engine.SET_BALANCE,
|
||||
ActionType: engine.REMOVE_BALANCE,
|
||||
Balance: &engine.BalanceFilter{
|
||||
Uuid: attr.BalanceUUID,
|
||||
ID: attr.BalanceID,
|
||||
|
||||
Reference in New Issue
Block a user