add teamId to email events (#194)
This commit is contained in:
@@ -403,6 +403,7 @@ async function executeEmail(job: QueueEmailJob) {
|
||||
data: {
|
||||
error: error.toString(),
|
||||
},
|
||||
teamId: email.teamId,
|
||||
},
|
||||
});
|
||||
await db.email.update({
|
||||
|
Reference in New Issue
Block a user