Skip to content

Commit

Permalink
Merge pull request #102 from mailjet/reverse-status-int
Browse files Browse the repository at this point in the history
Revert "Change Campaign.Status field type to int"
  • Loading branch information
teros0 authored Feb 15, 2023
2 parents e308192 + ebf82a3 commit 68c0e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ type Campaign struct {
SendEndAt *RFC3339DateTime `mailjet:"read_only"`
SendStartAt *RFC3339DateTime `mailjet:"read_only"`
SpamassScore float64 `mailjet:"read_only"`
Status int64 `mailjet:"read_only"`
Status string `mailjet:"read_only"`
Subject string `mailjet:"read_only"`
UnsubscribeTrackedCount int64 `mailjet:"read_only"`
}
Expand Down

0 comments on commit 68c0e25

Please sign in to comment.