mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
is null, not =
This commit is contained in:
@ -155,7 +155,7 @@ BEGIN
|
||||
FROM
|
||||
[dbo].[TransactionView]
|
||||
WHERE
|
||||
[UserId] = NULL
|
||||
[UserId] IS NULL
|
||||
AND [OrganizationId] = @OrganizationId
|
||||
END
|
||||
GO
|
||||
|
Reference in New Issue
Block a user