Skip to content

Commit 5eba7ae

Browse files
fix: add column reference
1 parent 9cc6a49 commit 5eba7ae

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
@@ -40,7 +40,7 @@ FROM dbo.usertimezone timezone
4040
FROM (
4141
SELECT
4242
C.[IdUser]
43-
,[IdCampaign]
43+
,C.[IdCampaign]
4444
,CAST(
4545
DATEADD(MINUTE, @timezone, C.[UTCSentDate])
4646
AS DATE

0 commit comments

Comments
 (0)