Skip to content

Commit 9cc6a49

Browse files
fix: fix script reference
1 parent 723c479 commit 9cc6a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doppler.ReportingApi/Infrastructure/CampaignRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ FROM dbo.usertimezone timezone
4545
DATEADD(MINUTE, @timezone, C.[UTCSentDate])
4646
AS DATE
4747
) AS [Date]
48-
,COALESCE(CS.[AmountSentSubscribers], CS.[AmountSubscribersToSend], 0) AS [Sent]
48+
,COALESCE(CS.[AmountSentSubscribers], C.[AmountSubscribersToSend], 0) AS [Sent]
4949
,ISNULL(CS.[DistinctOpenedMailCount],0) [Opens]
5050
,ISNULL(CS.[DistinctClickCount],0) [Clicks]
5151
,ISNULL(CS.[HardBouncedMailCount],0) [Hard]

0 commit comments

Comments
 (0)