mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Fix typo error
This commit is contained in:
committed by
Dan Christian Bogos
parent
83b711ef69
commit
ed66641f18
@@ -185,7 +185,7 @@ func (fltr *Filter) TenantID() string {
|
||||
return utils.ConcatenatedKey(fltr.Tenant, fltr.ID)
|
||||
}
|
||||
|
||||
// Compile will compile the underlying request filters where necessary (ie. regexp rules)
|
||||
// Compile will compile the underlaying request filters where necessary (ie. regexp rules)
|
||||
func (fltr *Filter) Compile() (err error) {
|
||||
for _, rf := range fltr.Rules {
|
||||
if err = rf.CompileValues(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user