mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update storage_csv from engine
This commit is contained in:
committed by
Dan Christian Bogos
parent
0e5cdebd69
commit
77712ef776
@@ -132,7 +132,7 @@ func NewFileCSVStorage(sep rune, dataPath string) *CSVStorage {
|
||||
dispatcherprofilesPaths := appendName(allFoldersPath, utils.DispatcherProfilesCsv)
|
||||
dispatcherhostsPaths := appendName(allFoldersPath, utils.DispatcherHostsCsv)
|
||||
rateProfilesFn := appendName(allFoldersPath, utils.RateProfilesCsv)
|
||||
actionProfilesFn := append(allFoldersPath, utils.ActionProfilesCsv)
|
||||
actionProfilesFn := appendName(allFoldersPath, utils.ActionProfilesCsv)
|
||||
return NewCSVStorage(sep,
|
||||
destinationsPaths,
|
||||
timingsPaths,
|
||||
|
||||
Reference in New Issue
Block a user