Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Fix lastOccuredAt typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shric committed Sep 8, 2021
1 parent 2290f56 commit 97662c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alert/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Alert struct {
Snoozed bool `json:"snoozed,omitempty"`
SnoozedUntil time.Time `json:"snoozedUntil,omitempty"`
Count int `json:"count,omitempty"`
LastOccurredAt time.Time `json:"lastOccuredAt,omitempty"`
LastOccurredAt time.Time `json:"lastOccurredAt,omitempty"`
CreatedAt time.Time `json:"createdAt,omitempty"`
UpdatedAt time.Time `json:"updatedAt,omitempty"`
Source string `json:"source,omitempty"`
Expand Down

0 comments on commit 97662c1

Please sign in to comment.