mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
using _empty_ instead of *any for api
This commit is contained in:
@@ -150,7 +150,7 @@ func (ub *Account) getBalancesForPrefix(prefix, category string, balances Balanc
|
||||
if b.IsExpired() || (ub.AllowNegative == false && b.SharedGroup == "" && b.Value <= 0) {
|
||||
continue
|
||||
}
|
||||
if sharedGroup != "" && sharedGroup != "" && b.SharedGroup != sharedGroup {
|
||||
if sharedGroup != "" && b.SharedGroup != sharedGroup {
|
||||
continue
|
||||
}
|
||||
if !b.MatchCategory(category) {
|
||||
|
||||
Reference in New Issue
Block a user