Fixed deleting email recipient failures before recipients

fixes https://github.com/TryGhost/Team/issues/2993

For the bulk destroy action of posts.
This commit is contained in:
Simon Backx 2023-04-12 11:55:18 +02:00
parent ae863674ba
commit a097f0e973

View File

@ -100,8 +100,8 @@ class PostsService {
'posts_products'
];
const emailTablesToDelete = [
'email_recipients',
'email_recipient_failures',
'email_recipients',
'email_batches',
'email_spam_complaint_events'
];