Skip to content

Commit

Permalink
fix(refactor): Fix accidental return
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 10, 2024
1 parent 6f4c365 commit 2fd2c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def send(
subject = _("Opportunity to access MSME credit for being awarded a public contract")

base_fathom_url = "?utm_source=credere-intro&utm_medium=email&utm_campaign="
return {
parameters = {
"AWARD_SUPPLIER_NAME": application.borrower.legal_name,
"TENDER_TITLE": application.award.title,
"BUYER_NAME": application.award.buyer_name,
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ mdurl==0.1.2
# markdown-it-py
minify-html==0.15.0
# via -r requirements.txt
moto==5.0.13
moto==5.0.14
# via -r requirements_dev.in
mypy==1.11.1
# via -r requirements_dev.in
Expand Down

0 comments on commit 2fd2c18

Please sign in to comment.