Skip to content

Commit

Permalink
Fix update_enabled arg in 'api_brevo.create_contact'
Browse files Browse the repository at this point in the history
  • Loading branch information
chloend committed Dec 17, 2024
1 parent 1c8be5f commit 4ff58fe
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 4ff58fe

Please sign in to comment.