Skip to content

Commit 16a7c38

Browse files
authored
Merge pull request #106 from FromDoppler/doi-2629-get-active-campaings-only
[DOI-2629] Get active campaings only
2 parents 944c49d + 9e65a49 commit 16a7c38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doppler.ReportingApi/Infrastructure/CampaignRepository.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ AND C.[Status] IN (5,9,10)
6565
AND C.[UTCScheduleDate] BETWEEN @startDate AND @endDate
6666
AND C.[IdTestCampaign] IS NULL
6767
AND C.[IdScheduledTask] IS NULL
68+
AND C.Active = 1
6869
UNION ALL
6970
SELECT
7071
S.[IdUser]

0 commit comments

Comments
 (0)