mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated flatstore tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
cae5b4ced5
commit
73de017591
@@ -255,7 +255,7 @@ func (rdr *SQLEventReader) processMessage(msg map[string]interface{}) (err error
|
||||
}
|
||||
cgrEv := utils.NMAsCGREvent(agReq.CGRRequest, agReq.Tenant, utils.NestingSep, agReq.Opts)
|
||||
rdrEv := rdr.rdrEvents
|
||||
if _, isPartial := cgrEv.APIOpts[partialOpt]; isPartial {
|
||||
if _, isPartial := cgrEv.APIOpts[utils.PartialOpt]; isPartial {
|
||||
rdrEv = rdr.partialEvents
|
||||
}
|
||||
rdrEv <- &erEvent{
|
||||
|
||||
Reference in New Issue
Block a user