fix race condition by setting email id (#188)
This commit is contained in:
@@ -381,6 +381,7 @@ async function executeEmail(job: QueueEmailJob) {
|
||||
unsubUrl,
|
||||
isBulk,
|
||||
inReplyToMessageId,
|
||||
emailId: email.id,
|
||||
});
|
||||
|
||||
logger.info(
|
||||
|
Reference in New Issue
Block a user