From 7876ae7d794b998289fb86c1feaf60d291b0b50c Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Mon, 26 Sep 2022 17:43:18 -0400 Subject: [PATCH] Send emails to proper email address --- functions/src/emails.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/src/emails.ts b/functions/src/emails.ts index 1c7914be..dd91789a 100644 --- a/functions/src/emails.ts +++ b/functions/src/emails.ts @@ -648,8 +648,8 @@ export const sendWeeklyPortfolioUpdateEmail = async ( }) await sendTemplateEmail( - // privateUser.email, - 'iansphilips@gmail.com', + privateUser.email, + // 'iansphilips@gmail.com', `Here's your weekly portfolio update!`, investments.length === 0 ? 'portfolio-update-no-movers'