Merge branch 'main' of github.com:omnivore-app/omnivore into 901

This commit is contained in:
Rupin Khandelwal 2022-07-08 20:28:07 +00:00
commit 6b4b2fe6dd

View file

@ -89,6 +89,7 @@ export function emailsServiceRouter() {
to: newsletterEmail.user.email,
subject: `Fwd: ${data.subject}`,
html: data.html,
replyTo: data.from,
})
if (!result) {