Skip to content

Commit

Permalink
refactor: update alert-cur-event api
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed Sep 3, 2024
1 parent 2de304d commit 037152a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions center/router/router_alert_cur_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func (rt *Router) alertCurEventGet(c *gin.Context) {
event.RuleConfigJson = ruleConfig
}

event.LastEvalTime = event.TriggerTime
ginx.NewRender(c).Data(event, nil)
}

Expand Down

0 comments on commit 037152a

Please sign in to comment.