mirror of
https://github.com/gophish/gophish
synced 2024-11-15 08:47:17 +00:00
Temporarily removing campaign.Errors until I can find a better way to handle it.
This commit is contained in:
parent
0431990e9e
commit
68b39cf6a3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue