fix: Update sentCount on campaign sent for correct overview stats
This commit is contained in:
@@ -204,6 +204,7 @@ export async function createEmailWorker() {
|
||||
where: {id: email.campaignId},
|
||||
data: {
|
||||
status: CampaignStatus.SENT,
|
||||
sentCount,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user