Skip to content
Snippets Groups Projects
Commit d21420a6 authored by Ewen Le Bihan's avatar Ewen Le Bihan
Browse files

fix(services): show services to non contributors too

parent 9f00d264
Branches
Tags v0.39.2
No related merge requests found
......@@ -80,15 +80,9 @@ builder.queryField('userServices', (t) =>
...query,
where: {
studentAssociation: {
contributionOptions: {
some: {
contributions: {
some: {
user: {
id: me.id,
},
},
},
school: {
uid: {
in: me.major.schools.map((school) => school.uid),
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment