Skip to content

Commit

Permalink
Feat(user): only display for active users
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenikAdrien committed Oct 25, 2024
1 parent 0df3dba commit 094ce37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/graphql/queries/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ export const GET_USERS_SKILLS_AND_DESIRES_DETAIL_BY_AGENCY_QUERY = gql`
UserSkillDesires: {
User: {
active: { _eq: true }
UserLatestAgency: {
agency: { _eq: $agency }
}
UserLatestAgency: { agency: { _eq: $agency } }
}
}
}
Expand Down

0 comments on commit 094ce37

Please sign in to comment.