Skip to content

Commit

Permalink
chore!: remove fields query param from useQuery hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogarim committed Oct 14, 2024
1 parent bfefe41 commit 9ce30ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const useQuery = (
): PaginatedRequest<{ text: string }> =>
useMemo(
() => ({
fields: JSON.stringify({ name: 1, username: 1, emails: 1, avatarETag: 1 }),
text,
sort: JSON.stringify({
[column]: sortDir(direction),
Expand Down

0 comments on commit 9ce30ac

Please sign in to comment.