diff --git a/utils/consts.go b/utils/consts.go index bb4375ab2..b274ddf22 100755 --- a/utils/consts.go +++ b/utils/consts.go @@ -369,7 +369,7 @@ const ( MetaUnixTimestamp = "*unix_timestamp" MetaPostCDR = "*post_cdr" MetaDumpToFile = "*dump_to_file" - NonTransactional = "" // used in transactional cache mechanism + NonTransactional = "" DataDB = "data_db" StorDB = "stor_db" NotFoundCaps = "NOT_FOUND"