Skip to content

Commit

Permalink
re-added default deprecated entities to not break entity management u…
Browse files Browse the repository at this point in the history
…sing sdk
  • Loading branch information
Ptroger committed Nov 8, 2024
1 parent a10836f commit 17b13a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/policy-engine-shared/src/lib/util/entity.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ export const empty = (): Entities => ({
users: [],
accountGroupMembers: [],
accounts: [],
userGroups: [],
accountGroups: [],
groups: []
})

Expand Down

0 comments on commit 17b13a8

Please sign in to comment.