1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 02:23:51 +00:00

fix sql syntax

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

View File

@@ -262,5 +262,4 @@ FROM
[dbo].[CipherDetails](@UserId) AS C
WHERE
C.[UserId] = @UserId;
END
GO