mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 22:58:44 +05:00
Rename config from internal to dbinternal
This commit is contained in:
committed by
Dan Christian Bogos
parent
40c7699ee4
commit
f304d6d32d
@@ -1350,7 +1350,7 @@ func (ms *MapStorage) GetFilterReverseIndexesDrv(cacheID, itemIDPrefix string,
|
||||
return nil, err
|
||||
}
|
||||
indexes = make(map[string]utils.StringMap)
|
||||
for fldName, _ := range fldNameVal {
|
||||
for fldName := range fldNameVal {
|
||||
if _, has := indexes[fldName]; !has {
|
||||
indexes[fldName] = make(utils.StringMap)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user