Skip to content

Commit

Permalink
Fix related key access
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 15, 2024
1 parent fe2065e commit cd713cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_salesforce/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def salesforce_full_submission_sync(sf, event):

for submission in submissions:
try:
sync = submission.salesforce_submission_sync
sync = submission.salesforce_sync
except SubmissionSalesforceSync.DoesNotExist:
sync = SubmissionSalesforceSync.objects.create(submission=submission)
try:
Expand Down

0 comments on commit cd713cd

Please sign in to comment.