Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Feb 14, 2024
1 parent bd968e2 commit 3964672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/authz/src/opa/template/mockData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const permitMetaPermission: Policy = {
approvalCount: 2,
countPrincipal: false,
approvalEntityType: EntityType.UserRole,
entityIds: ['admin']
entityIds: ['admin', 'root']
}
]
}
Expand Down

0 comments on commit 3964672

Please sign in to comment.