tech(alerting): remove unused property

This commit is contained in:
bergquist 2017-01-03 08:11:17 +01:00
parent 9dc42648cf
commit 9a3e51894b
2 changed files with 0 additions and 2 deletions

View File

@ -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,
})

View File

@ -73,7 +73,6 @@ type Alert struct {
Frequency int64
EvalData *simplejson.Json
EvalDate time.Time
NewStateDate time.Time
StateChanges int