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

pull/64/head
Jordan Wright 2015-10-22 22:32:43 -05:00
parent 0431990e9e
commit 68b39cf6a3
1 changed files with 0 additions and 1 deletions

View File

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