mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
fix model converters
This commit is contained in:
@@ -216,7 +216,7 @@ func APItoModelActionTrigger(ats *utils.TPActionTriggers) (result []TpActionTrig
|
||||
result = append(result, TpActionTrigger{
|
||||
Tpid: ats.TPid,
|
||||
Tag: ats.ActionTriggersId,
|
||||
UniqueId: at.Id,
|
||||
UniqueId: at.UniqueID,
|
||||
ThresholdType: at.ThresholdType,
|
||||
ThresholdValue: at.ThresholdValue,
|
||||
Recurrent: at.Recurrent,
|
||||
|
||||
Reference in New Issue
Block a user