Merge branch 'master' into 1726-sending-improvements

1726-sending-improvements
Jordan Wright 2020-01-30 07:11:16 -06:00
commit bcec68e2a9
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ type CampaignStats struct {
// that occurs during the campaign
type Event struct {
Id int64 `json:"-"`
CampaignId int64 `json:"-"`
CampaignId int64 `json:"campaign_id"`
Email string `json:"email"`
Time time.Time `json:"time"`
Message string `json:"message"`