fix
This commit is contained in:
parent
f0cee89211
commit
23f7499836
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ func (c *Client) CreateAlertBulk(machineId string, alertList []*models.Alert) ([
|
||||||
}
|
}
|
||||||
for i, decisionItem := range alertItem.Decisions {
|
for i, decisionItem := range alertItem.Decisions {
|
||||||
decisionItem.ID = int64(decisions[i].ID)
|
decisionItem.ID = int64(decisions[i].ID)
|
||||||
|
decisionItem.Until = decisions[i].Until.String()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue