Skip to content

Commit

Permalink
offset is actually an int
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Mar 5, 2021
1 parent c0931b6 commit ab326fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incident/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type NoteResult struct {
Note string `json:"note"`
Owner string `json:"owner"`
CreatedAt time.Time `json:"createdAt"`
Offset string `json:"offset"`
Offset int `json:"offset"`
}

type ListNotesResult struct {
Expand Down

0 comments on commit ab326fb

Please sign in to comment.