Skip to content

Commit

Permalink
🐛 Missing quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Apr 18, 2024
1 parent 68682cd commit 8f0bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openforms/logging/logevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def registration_skipped_not_yet_paid(submission: "Submission"):


def confirmation_email_scheduled(
submission: Submission, scheduling_options: dict
submission: "Submission", scheduling_options: dict
) -> None:
_create_log(
submission, "confirmation_email_scheduled", extra_data=scheduling_options
Expand Down

0 comments on commit 8f0bf22

Please sign in to comment.