Skip to content

Commit

Permalink
Fix incorrect assignment of subscriber in message struct. Closes #1307.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed May 6, 2023
1 parent e332622 commit be16297
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be16297

Please sign in to comment.