1
0
mirror of https://github.com/bitwarden/server synced 2025-12-28 14:13:48 +00:00

fix readByUserId query

This commit is contained in:
jaasen-livefront
2025-11-17 18:17:15 -08:00
parent 256519925c
commit 3ae4abb2b5

View File

@@ -5,7 +5,7 @@ BEGIN
SET NOCOUNT ON
SELECT
c.*
*
FROM
[dbo].[UserCipherDetails](@UserId) AS c
[dbo].[UserCipherDetails](@UserId)
END