mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(alerting): remove unused property
This commit is contained in:
parent
9dc42648cf
commit
9a3e51894b
@ -73,7 +73,6 @@ func GetAlerts(c *middleware.Context) Response {
|
||||
Name: alert.Name,
|
||||
Message: alert.Message,
|
||||
State: alert.State,
|
||||
EvalDate: alert.EvalDate,
|
||||
NewStateDate: alert.NewStateDate,
|
||||
ExecutionError: alert.ExecutionError,
|
||||
})
|
||||
|
@ -73,7 +73,6 @@ type Alert struct {
|
||||
Frequency int64
|
||||
|
||||
EvalData *simplejson.Json
|
||||
EvalDate time.Time
|
||||
NewStateDate time.Time
|
||||
StateChanges int
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user