Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Sep 27, 2023
1 parent be376ab commit 27a52be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('PermissionsConsumer', () => {
userIds,
permissions: perms,
})
return false
return null
}, 50)

if (null === updatedUsersPermissions) {
Expand Down

0 comments on commit 27a52be

Please sign in to comment.