mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Remove unused constants
This commit is contained in:
committed by
Dan Christian Bogos
parent
8340e65ebd
commit
756e14d3d9
@@ -1866,7 +1866,7 @@ func (apierSv1 *APIerSv1) ExportCDRs(args *utils.ArgExportCDRs, reply *map[strin
|
||||
},
|
||||
}
|
||||
if args.Verbose {
|
||||
argCdr.CGREventWithOpts.Opts[utils.EEsVerbose] = struct{}{}
|
||||
argCdr.CGREventWithOpts.Opts[utils.OptsEEsVerbose] = struct{}{}
|
||||
}
|
||||
if err := apierSv1.ConnMgr.Call(apierSv1.Config.ApierCfg().EEsConns, nil, utils.EventExporterSv1ProcessEvent,
|
||||
argCdr, &rplyCdr); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user