Skip to content

Commit

Permalink
Fix newsletter import
Browse files Browse the repository at this point in the history
  • Loading branch information
bruecksen committed Nov 13, 2024
1 parent 9acdddf commit bf5e286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bakeup/newsletter/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def create_contacts_from_dataset(dataset, config):
"email": row[config["email"]],
"first_name": row[config["first_name"]],
"last_name": row[config["last_name"]],
"audience": config["audience"],
"is_active": config["is_active"],
}

Expand Down

0 comments on commit bf5e286

Please sign in to comment.