Skip to content

Commit

Permalink
Merge pull request #3888 from omnivore-app/fix/rm-classification-email
Browse files Browse the repository at this point in the history
We dont need the newsletter classification email anymore
  • Loading branch information
jacksonh authored May 2, 2024
2 parents 77a328e + 9a91476 commit 9a62d11
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/api/src/resolvers/recent_emails/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 9a62d11

Please sign in to comment.