From 68b39cf6a3c9696b877ff2930fdb9462176df53f Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Thu, 22 Oct 2015 22:32:43 -0500 Subject: [PATCH] Temporarily removing campaign.Errors until I can find a better way to handle it. --- models/campaign.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/campaign.go b/models/campaign.go index 9e76e20d..bab7bedf 100644 --- a/models/campaign.go +++ b/models/campaign.go @@ -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