Skip to content

Commit

Permalink
fix(RBAC): Export getRBAC as default
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilian committed Jan 26, 2022
1 parent 65cf368 commit 9fed87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/utils/src/RBAC/RBAC.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ export function doesHavePermissions(userPermissions, permissionList) {
return permissionList.includes(access?.permission || access);
});
}

export default getRBAC;

0 comments on commit 9fed87a

Please sign in to comment.