mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
fixed compile error
This commit is contained in:
@@ -59,9 +59,9 @@ func NewMediator(connector timespans.Connector, loggerDb timespans.DataStorage,
|
||||
/*i, err := strconv.Atoi(directionIndex)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}*/
|
||||
m.directionIndex = csvindex(i)
|
||||
i, err = strconv.Atoi(torIndex)
|
||||
}
|
||||
m.directionIndex = csvindex(i)*/
|
||||
i, err := strconv.Atoi(torIndex)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user