[go: nahoru, domu]

Skip to content

Commit

Permalink
fix: fix list lint (#2406)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybzky committed Jun 3, 2024
1 parent a013f7a commit eb8737c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/services/authz-io/authz-io-local.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ export class AuthzIoLocalService implements IAuthzIoService {
name: rule!.name,
shareOn: false,
shareRole: UnitRole.Owner,
// TODO: @gggpound
shareScope: -1,
creator: createDefaultUser(UnitRole.Owner),
strategies: [],
actions: config.actions.map((a) => {
Expand Down

0 comments on commit eb8737c

Please sign in to comment.