mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
fix compilation error
This commit is contained in:
@@ -117,7 +117,7 @@ func main() {
|
||||
log.Fatal("TPid required, please define it via *-tpid* command argument.")
|
||||
}
|
||||
csvImporter := engine.TPCSVImporter{
|
||||
TPId: *tpid,
|
||||
TPid: *tpid,
|
||||
StorDb: storDb,
|
||||
DirPath: *dataPath,
|
||||
Sep: ',',
|
||||
|
||||
Reference in New Issue
Block a user