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 authored Dec 17, 2024
1 parent 1c8be5f commit b7b1c04
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 b7b1c04

Please sign in to comment.