mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 13:49:53 +05:00
Update test after filter indexing
This commit is contained in:
committed by
Dan Christian Bogos
parent
a113f52bc0
commit
8b9a5f4e4f
@@ -323,9 +323,10 @@ func (tS *ThresholdService) processEvent(args *ArgsProcessEvent) (thresholdsIDs
|
||||
tS.stMux.Unlock()
|
||||
}
|
||||
}
|
||||
if len(tIDs) != 0 {
|
||||
thresholdsIDs = append(thresholdsIDs, tIDs...)
|
||||
if len(tIDs) == 0 {
|
||||
return nil, utils.ErrNotFound
|
||||
}
|
||||
thresholdsIDs = append(thresholdsIDs, tIDs...)
|
||||
if withErrors {
|
||||
err = utils.ErrPartiallyExecuted
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user