Skip to content

Commit

Permalink
Adding a generic return.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEBest committed May 21, 2024
1 parent 28f8bee commit 3574af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dhrn-functions/packages/dhrn/sendmail/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ def main(args):
category="Integration Test",
)
client = mt.MailtrapClient(token=MAILTRAP_API_TOKEN)
client.send(mail)
client.send(mail)
return {"body": "Email sent"}

0 comments on commit 3574af3

Please sign in to comment.