Skip to content

Commit

Permalink
fix: Push a change
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Apr 11, 2024
1 parent a362c54 commit 3fd66e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export function decodePermissions(permissionHex: string) {

// Do not use an for of loop here to not require the regenerator runtime
// Deal with ALL_PERMISSIONS the same way. So as long as all the bits in ALL_PERMISSIONS

// are set the same way as in ALL_PERMISSIONS then this flag will return as true.
// It does not mean some extra permissions are not included.
for (let i = 0; i < permissionsToTest.length; i += 1) {
Expand Down

0 comments on commit 3fd66e3

Please sign in to comment.