mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 05:39:54 +05:00
Ensure event is cloned before being sent to attributes
Also the exporter ID has been added in APIOpts under the *exporterID key.
This commit is contained in:
committed by
Dan Christian Bogos
parent
7129d349a1
commit
0dc1567a7a
@@ -726,7 +726,7 @@ const (
|
||||
MetaStore = "*store"
|
||||
MetaClear = "*clear"
|
||||
MetaExport = "*export"
|
||||
MetaExportID = "*export_id"
|
||||
MetaExporterID = "*exporterID"
|
||||
MetaTimeNow = "*time_now"
|
||||
MetaFirstEventATime = "*first_event_atime"
|
||||
MetaLastEventATime = "*last_event_atime"
|
||||
|
||||
Reference in New Issue
Block a user