Fix incorrect assignment of subscriber in message struct. Closes #1307.
This commit is contained in:
parent
e332622db9
commit
be16297549
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ type CampaignMessage struct {
|
|||
// Message represents a generic message to be pushed to a messenger.
|
||||
type Message struct {
|
||||
messenger.Message
|
||||
Subscriber models.Subscriber
|
||||
|
||||
// Messenger is the messenger backend to use: email|postback.
|
||||
Messenger string
|
||||
|
|
Loading…
Reference in a new issue