fix: Update sentCount on campaign sent for correct overview stats
This commit is contained in:
@@ -564,6 +564,7 @@ export class CampaignService {
|
||||
await prisma.campaign.update({
|
||||
where: {id: campaignId},
|
||||
data: {
|
||||
sentCount: sentEmails,
|
||||
deliveredCount: deliveredEmails,
|
||||
openedCount: openedEmails,
|
||||
clickedCount: clickedEmails,
|
||||
|
||||
Reference in New Issue
Block a user