mirror of
https://github.com/bitwarden/server
synced 2026-01-06 02:23:51 +00:00
fix sql syntax
This commit is contained in:
@@ -262,5 +262,4 @@ FROM
|
||||
[dbo].[CipherDetails](@UserId) AS C
|
||||
WHERE
|
||||
C.[UserId] = @UserId;
|
||||
END
|
||||
GO
|
||||
|
||||
Reference in New Issue
Block a user