mirror of
https://github.com/bitwarden/server
synced 2025-12-28 14:13:48 +00:00
fix readByUserId query
This commit is contained in:
@@ -5,7 +5,7 @@ BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
SELECT
|
||||
c.*
|
||||
*
|
||||
FROM
|
||||
[dbo].[UserCipherDetails](@UserId) AS c
|
||||
[dbo].[UserCipherDetails](@UserId)
|
||||
END
|
||||
Reference in New Issue
Block a user