Skip to content

Commit

Permalink
[PM-3007] Added missing newlines on sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
r-tome committed Aug 3, 2023
1 parent f3a996b commit f29ae94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ WHERE
FROM [dbo].[UserView] U
WHERE U.[Id] = @UserId AND OU.[Email] = U.[Email] AND OU.[Status] = 0 -- 'Invited' OrgUsers are not linked to a UserId yet, so we have to look up their email
)
END
END
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ WHERE
WHERE U.[Id] = @UserId AND OU.[Email] = U.[Email] AND OU.[Status] = 0 -- 'Invited' OrgUsers are not linked to a UserId yet, so we have to look up their email
)
END
GO
GO

0 comments on commit f29ae94

Please sign in to comment.