mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
Merge branch 'master' into newcache
This commit is contained in:
@@ -302,7 +302,7 @@ func (rls *ResourceLimiterService) V1ResourceLimitsForEvent(ev map[string]interf
|
||||
return nil
|
||||
}
|
||||
|
||||
// Alias API for external usage
|
||||
// Alias API for external use
|
||||
func (rls *ResourceLimiterService) ResourceLimitsForEvent(ev map[string]interface{}, reply *[]*ResourceLimit) error {
|
||||
return rls.V1ResourceLimitsForEvent(ev, reply)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user