Skip to content

Commit

Permalink
fix(authorization): wrong operator on matching pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Nov 13, 2023
1 parent 2a28d08 commit 930657d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class PermissionsController {
},
{
$expr: {
$eq: ['$entity', '$$entities'],
$in: ['$entity', '$$entities'],
},
},
],
Expand Down

0 comments on commit 930657d

Please sign in to comment.