mirror of
https://github.com/bitwarden/server
synced 2026-01-30 16:23:37 +00: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