Skip to content

Commit

Permalink
fix int64 collectedAt destination
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Feb 3, 2023
1 parent 5b38235 commit d0a08e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haivision/stats/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ type ResponseSourceStatistics struct {
}
*/
type ResponseDestinationStatistics struct {
CollectedAt string `json:"collectedAt"`
CollectedAt int64 `json:"collectedAt"`
Destination interface{} `json:"destination"`
}

Expand Down

0 comments on commit d0a08e1

Please sign in to comment.