mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
Fix dedented if
This commit is contained in:
@@ -78,7 +78,7 @@ BEGIN
|
||||
C.[DefaultUserCollectionEmail],
|
||||
C.[Type]
|
||||
|
||||
IF (@IncludeAccessRelationships = 1)
|
||||
IF (@IncludeAccessRelationships = 1)
|
||||
BEGIN
|
||||
EXEC [dbo].[CollectionGroup_ReadByOrganizationId] @OrganizationId
|
||||
EXEC [dbo].[CollectionUser_ReadByOrganizationId] @OrganizationId
|
||||
|
||||
Reference in New Issue
Block a user