Skip to content

Commit 0af715e

Browse files
committed
chore: remove changes pending validation
1 parent 6810f0b commit 0af715e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Doppler.ReportingApi/Infrastructure/CampaignRepository.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ 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.TestABCategory IS NULL OR C.TestABCategory = 3)
69-
AND C.Active = 1
7068
UNION ALL
7169
SELECT
7270
S.[IdUser]

0 commit comments

Comments
 (0)