mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated ArgDispatcher with Opts
This commit is contained in:
committed by
Dan Christian Bogos
parent
c6c1569554
commit
ea112a66b3
@@ -349,8 +349,8 @@ func main() {
|
||||
}
|
||||
// reload cache
|
||||
if err = tpReader.ReloadCache(ldrCfg.GeneralCfg().DefaultCaching, *verbose, &utils.ArgDispatcher{
|
||||
APIKey: apiKey,
|
||||
RouteID: routeID,
|
||||
OptsAPIKey: apiKey,
|
||||
OptsRouteID: routeID,
|
||||
}); err != nil {
|
||||
log.Fatal("Could not reload cache: ", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user