Skip to content

Commit

Permalink
fix(Brevo): update_enabled arg in 'api_brevo.create_contact' (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloend committed Dec 18, 2024
1 parent 6749b7b commit 39b794a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/utils/apis/api_brevo.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def create_contact(user, list_id: int, tender=None):
list_ids=[list_id],
attributes=attributes,
ext_id=str(user.id),
update_enabled=False,
update_enabled=True,
)

try:
Expand Down

0 comments on commit 39b794a

Please sign in to comment.