mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 13:49:53 +05:00
Bug fixup in mediator not loading the cdrDb
This commit is contained in:
@@ -39,6 +39,7 @@ func NewMediator(connector engine.Connector, logDb engine.LogStorage, cdrDb engi
|
||||
m = &Mediator{
|
||||
connector: connector,
|
||||
logDb: logDb,
|
||||
cdrDb: cdrDb,
|
||||
cgrCfg: cfg,
|
||||
}
|
||||
m.fieldNames = make(map[string][]string)
|
||||
|
||||
Reference in New Issue
Block a user