mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
NewFilterS now populate config
This commit is contained in:
committed by
Dan Christian Bogos
parent
509ed8a959
commit
a113f52bc0
@@ -46,7 +46,7 @@ const (
|
||||
|
||||
func NewFilterS(cfg *config.CGRConfig,
|
||||
statSChan chan rpcclient.RpcClientConnection, dm *DataManager) *FilterS {
|
||||
return &FilterS{statSChan: statSChan, dm: dm}
|
||||
return &FilterS{statSChan: statSChan, dm: dm, cfg: cfg}
|
||||
}
|
||||
|
||||
// FilterS is a service used to take decisions in case of filters
|
||||
|
||||
Reference in New Issue
Block a user