Skip to content

Commit

Permalink
Sync relations
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 15, 2024
1 parent 6df9849 commit 82e7321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pretalx_salesforce/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def salesforce_full_submission_sync(sf, event):
)
try:
sync.sync(sf=sf)
sync.sync_relations(sf=sf)
except Exception as e:
logger.error(
f"Failed to sync submission {submission.code} for event {event.slug}: {e}"
Expand Down

0 comments on commit 82e7321

Please sign in to comment.