mirror of
https://github.com/bitwarden/server.git
synced 2025-06-29 23:26:12 -05:00
fix: added new lines at end of files
This commit is contained in:
parent
c55e8bccb5
commit
1b61460bae
@ -9,4 +9,4 @@ BEGIN
|
||||
FROM [dbo].[AuthRequestPendingDetailsView]
|
||||
WHERE [UserId] = @UserId
|
||||
AND [CreationDate] >= DATEADD(MINUTE, -@ExpirationMinutes, GETUTCDATE())
|
||||
END
|
||||
END
|
||||
|
@ -35,4 +35,4 @@ AS
|
||||
[PR].[DeviceId]
|
||||
FROM [PendingRequests] [PR]
|
||||
WHERE [PR].[rn] = 1
|
||||
AND [PR].[Approved] IS NULL -- since we only want pending requests we only want the most recent that is also approved = null
|
||||
AND [PR].[Approved] IS NULL -- since we only want pending requests we only want the most recent that is also approved = null
|
||||
|
@ -50,4 +50,4 @@ BEGIN
|
||||
WHERE [UserId] = @UserId
|
||||
AND [CreationDate] >= DATEADD(MINUTE, -@ExpirationMinutes, GETUTCDATE())
|
||||
END
|
||||
GO
|
||||
GO
|
||||
|
Loading…
x
Reference in New Issue
Block a user