diff --git a/Doppler.ReportingApi/Infrastructure/CampaignRepository.cs b/Doppler.ReportingApi/Infrastructure/CampaignRepository.cs index c59300a..b56a021 100644 --- a/Doppler.ReportingApi/Infrastructure/CampaignRepository.cs +++ b/Doppler.ReportingApi/Infrastructure/CampaignRepository.cs @@ -65,6 +65,7 @@ AND C.[Status] IN (5,9,10) AND C.[UTCScheduleDate] BETWEEN @startDate AND @endDate AND C.[IdTestCampaign] IS NULL AND C.[IdScheduledTask] IS NULL + AND C.Active = 1 UNION ALL SELECT S.[IdUser]