Skip to content

Commit

Permalink
Fix update siae.extra_data
Browse files Browse the repository at this point in the history
  • Loading branch information
chloend committed Dec 9, 2024
1 parent ae5db36 commit 0d9af3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def handle(self, recently_updated: bool, **options):
}

# extra_data update if needed
if siae.extra_data != new_extra_data:
if siae.extra_data.get("brevo_company_data") != new_extra_data:
siae.extra_data.update(
{
"brevo_company_data": new_extra_data,
Expand Down

0 comments on commit 0d9af3a

Please sign in to comment.