Skip to content

Commit

Permalink
testing a change to event parsing of timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
yepher committed Feb 10, 2016
1 parent 7fa1dab commit fe82e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type Bounce struct {
Subject string `json:"subject"`
TemplateID string `json:"template_id"`
TemplateVersion string `json:"template_version"`
Timestamp int64 `json:"timestamp"`
Timestamp string `json:"timestamp"`
TransmissionID string `json:"transmission_id"`
}

Expand Down

0 comments on commit fe82e99

Please sign in to comment.