fix: alert mute add by service

This commit is contained in:
ning 2022-06-29 11:11:12 +08:00
parent 54cc981956
commit 540ef68dc8
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ func alertMuteAdd(c *gin.Context) {
func alertMuteAddByService(c *gin.Context) {
var f models.AlertMute
ginx.BindJSON(c, &f)
f.GroupId = 0
ginx.NewRender(c).Message(f.Add())
}