We dont need the newsletter classification email anymore

This commit is contained in:
Jackson Harper
2024-05-02 13:40:45 +08:00
parent 77a328eefc
commit 9a9147652f

View File

@ -102,19 +102,6 @@ export const markEmailAsItemResolver = authorized<
}
}
const text = `A recent email marked as a library item
by: ${uid}
from: ${recentEmail.from}
subject: ${recentEmail.subject}`
// email us to let us know that an email failed to parse as an article
await sendEmail({
to: env.sender.feedback,
subject: 'A recent email marked as a library item',
text,
from: env.sender.message,
})
return {
success,
}