We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0940f commit ea430a5Copy full SHA for ea430a5
src/core/database/query/match-project-based-props.ts
@@ -58,7 +58,7 @@ export const matchProjectScopedRoles =
58
.match([
59
[
60
node(projectVar),
61
- relation('out', '', 'member'),
+ relation('out', '', 'member', ACTIVE),
62
node('projectMember'),
63
relation('out', '', 'user'),
64
currentUser,
0 commit comments