1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

fix: added new lines at end of files

This commit is contained in:
Ike Kottlowski
2025-06-27 15:10:55 -04:00
parent c55e8bccb5
commit 1b61460bae
3 changed files with 3 additions and 3 deletions

View File

@ -50,4 +50,4 @@ BEGIN
WHERE [UserId] = @UserId
AND [CreationDate] >= DATEADD(MINUTE, -@ExpirationMinutes, GETUTCDATE())
END
GO
GO