Skip to content

Commit

Permalink
update org service call in cipher authorization service
Browse files Browse the repository at this point in the history
Jingo88 committed Jan 28, 2025
1 parent 11f7ada commit 69e8b99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -147,7 +147,7 @@ export class DefaultCipherAuthorizationService implements CipherAuthorizationSer
}

if (cipher.organizationId) {
return this.organizationService.get$(cipher.organizationId).pipe(
return this.organization$(cipher).pipe(
switchMap((org) => {
if (
org?.permissions.editAnyCollection ||

0 comments on commit 69e8b99

Please sign in to comment.