mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 21:29:52 +05:00
StatsConfig.Block -> Blocker
This commit is contained in:
@@ -158,7 +158,7 @@ func (ss *StatService) processEvent(ev engine.StatsEvent) (err error) {
|
||||
fmt.Sprintf("<StatService> QueueID: %s, ignoring event with ID: %s, error: %s",
|
||||
stInst.cfg.ID, evStatsID, err.Error()))
|
||||
}
|
||||
if stInst.cfg.Block {
|
||||
if stInst.cfg.Blocker {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user