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 88f9e59
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 88f9e59

Please sign in to comment.