mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
Little fix in MatchingItemmIdsForEvent
This commit is contained in:
committed by
Dan Christian Bogos
parent
e5062d3bd6
commit
e30d8cc92d
@@ -97,7 +97,8 @@ func MatchingItemIDsForEvent(ctx *context.Context, ev utils.MapStorage, stringFl
|
||||
}
|
||||
}
|
||||
return
|
||||
}, config.CgrConfig().GeneralCfg().LockingTimeout, lockID)
|
||||
},
|
||||
config.CgrConfig().GeneralCfg().LockingTimeout, lockID)
|
||||
if len(itemIDs) == 0 {
|
||||
return nil, utils.ErrNotFound
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user