Skip to content

Commit

Permalink
Merge branch 'dev' into fix-api-route-accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-pcn authored Oct 7, 2024
2 parents 5f31096 + 403844c commit 46d77e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operations/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export const fetchUsers = async (
{ username: { contains: query.search } },
{ email: { contains: query.search } },
{ id: { contains: query.search } },
{ discordId: { contains: query.search } },
{
team: {
name: { contains: query.search },
Expand Down

0 comments on commit 46d77e2

Please sign in to comment.