mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
more refactorings
This commit is contained in:
@@ -463,7 +463,7 @@ func main() {
|
||||
}
|
||||
|
||||
if cfg.CDRStatsEnabled {
|
||||
cdrStats = NewStats(accountDb)
|
||||
cdrStats = engine.NewStats(accountDb)
|
||||
server.RpcRegister(cdrStats)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user