Temporarily removing campaign.Errors until I can find a better way to handle it.

This commit is contained in:
Jordan Wright 2015-10-22 22:32:43 -05:00
parent 0431990e9e
commit 68b39cf6a3

View file

@ -25,7 +25,6 @@ type Campaign struct {
Events []Event `json:"timeline,omitemtpy"`
SMTP SMTP `json:"smtp"`
URL string `json:"url"`
Errors []string `json:"errors,omitempty"`
}
// ErrCampaignNameNotSpecified indicates there was no template given by the user