add teamId to email events (#194)

This commit is contained in:
KM Koushik
2025-08-10 08:58:17 +10:00
committed by GitHub
parent 7ecb3d27a9
commit 46b2b64847
6 changed files with 27 additions and 1 deletions

View File

@@ -403,6 +403,7 @@ async function executeEmail(job: QueueEmailJob) {
data: {
error: error.toString(),
},
teamId: email.teamId,
},
});
await db.email.update({