mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(alerting): fixes broken refactoring
This commit is contained in:
parent
9083392341
commit
bac89775e2
@ -88,7 +88,7 @@ func GetAlerts(c *middleware.Context) Response {
|
||||
|
||||
// GET /api/alerts/:id
|
||||
func GetAlert(c *middleware.Context) Response {
|
||||
id := c.ParamsInt64(":id")
|
||||
id := c.ParamsInt64(":alertId")
|
||||
query := models.GetAlertByIdQuery{Id: id}
|
||||
|
||||
if err := bus.Dispatch(&query); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user