Skip to content

Commit

Permalink
Revert "Change Campaign.Status field type to int"
Browse files Browse the repository at this point in the history
This reverts commit cb9296a.
  • Loading branch information
Orest Petruniv committed Feb 15, 2023
1 parent e308192 commit ebf82a3
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 ebf82a3

Please sign in to comment.