mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 13:49:53 +05:00
Updated code format
This commit is contained in:
committed by
Dan Christian Bogos
parent
3c5f32aeeb
commit
8270d81e57
@@ -202,7 +202,7 @@ func (dm *DataManager) CacheDataFromDB(ctx *context.Context, prfx string, ids []
|
||||
if tntCtx, idxKey, err = splitFilterIndex(dataID); err != nil {
|
||||
return
|
||||
}
|
||||
_, err = dm.GetIndexes(ctx, utils.CacheAttributeFilterIndexes, tntCtx, idxKey, utils.NonTransactional, false, true)
|
||||
_, err = dm.GetIndexes(ctx, utils.CacheAttributeFilterIndexes, tntCtx, idxKey, utils.NonTransactional, false, true)
|
||||
case utils.ResourceFilterIndexes:
|
||||
var tntCtx, idxKey string
|
||||
if tntCtx, idxKey, err = splitFilterIndex(dataID); err != nil {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user