mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
Replace interface{} with any
This commit is contained in:
committed by
Dan Christian Bogos
parent
1d7bd1389b
commit
113e2a2bdf
@@ -339,7 +339,7 @@ func main() {
|
||||
}
|
||||
|
||||
// reload cache
|
||||
if err = tpReader.ReloadCache(context.Background(), ldrCfg.GeneralCfg().DefaultCaching, *verbose, map[string]interface{}{
|
||||
if err = tpReader.ReloadCache(context.Background(), ldrCfg.GeneralCfg().DefaultCaching, *verbose, map[string]any{
|
||||
utils.OptsAPIKey: *apiKey,
|
||||
utils.OptsRouteID: *routeID,
|
||||
}, *tenant); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user