Send emails to proper email address
This commit is contained in:
parent
73f6ad56e5
commit
7876ae7d79
|
@ -648,8 +648,8 @@ export const sendWeeklyPortfolioUpdateEmail = async (
|
||||||
})
|
})
|
||||||
|
|
||||||
await sendTemplateEmail(
|
await sendTemplateEmail(
|
||||||
// privateUser.email,
|
privateUser.email,
|
||||||
'iansphilips@gmail.com',
|
// 'iansphilips@gmail.com',
|
||||||
`Here's your weekly portfolio update!`,
|
`Here's your weekly portfolio update!`,
|
||||||
investments.length === 0
|
investments.length === 0
|
||||||
? 'portfolio-update-no-movers'
|
? 'portfolio-update-no-movers'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user