Skip to content

Commit

Permalink
chore: fix function name in comment (#1905)
Browse files Browse the repository at this point in the history
Signed-off-by: hongkuang <[email protected]>
  • Loading branch information
HongKuang committed Apr 7, 2024
1 parent c0cacb2 commit 12263d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion center/router/router_mute.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (rt *Router) alertMuteDel(c *gin.Context) {
ginx.NewRender(c).Message(models.AlertMuteDel(rt.Ctx, f.Ids))
}

// alertMuteGetById returns the alert mute by ID
// alertMuteGet returns the alert mute by ID
func (rt *Router) alertMuteGet(c *gin.Context) {
amid := ginx.UrlParamInt64(c, "amid")
am, err := models.AlertMuteGetById(rt.Ctx, amid)
Expand Down

0 comments on commit 12263d1

Please sign in to comment.