Skip to content

Commit

Permalink
Merge pull request #249 from ungdev/feat/discordID-in-superSearch
Browse files Browse the repository at this point in the history
feat: discordID in superSearch
  • Loading branch information
Suboyyy authored Oct 7, 2024
2 parents c59d028 + d7c7507 commit 403844c
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 403844c

Please sign in to comment.