Skip to content

Commit

Permalink
feat: remove env var
Browse files Browse the repository at this point in the history
  • Loading branch information
montoyaobeso committed May 31, 2024
1 parent 9c25000 commit 3826b36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/routers/send_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ async def send_summary(

send_email(
subject=subject,
sender=os.environ["SENDGRID_SENDER_EMAIL"],
recipient=recipient,
body_content=email_body,
)
Expand Down

0 comments on commit 3826b36

Please sign in to comment.