Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Beverly Nguyen authored and Beverly Nguyen committed Dec 10, 2024
1 parent 2fb4b75 commit 27abdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/views/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def send_one_off_step(service_id, template_id, step_index):
link_to_upload=(
request.endpoint == "main.send_one_off_step" and step_index == 0
),
errors = form.errors if form.errors else None
errors=form.errors if form.errors else None
)


Expand Down

0 comments on commit 27abdc6

Please sign in to comment.