Skip to content

Commit

Permalink
fixed logic check: space auth does need license entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
techsmyth committed Nov 17, 2024
1 parent 15347b8 commit 2a5cdb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/domain/space/space/space.service.authorization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ export class SpaceAuthorizationService {
!space.community ||
!space.community.roleSet ||
!space.subspaces ||
!space.license ||
!space.license.entitlements
!space.license
) {
throw new RelationshipNotFoundException(
`Unable to load Space with entities at start of auth reset: ${space.id} `,
Expand Down

0 comments on commit 2a5cdb3

Please sign in to comment.