Add comment

This commit is contained in:
Adria Navarro 2025-01-10 16:29:42 +01:00
parent da5f49bacc
commit e7400f982c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export default class UserFetch extends DataFetch<
const finalQuery: SearchFilters = utils.isSupportedUserSearch(rest)
? rest
: { [BasicOperator.STRING]: { email: null as any } }
: { [BasicOperator.STRING]: { email: null as any } } // TODO: chech. Left as any to not change the behaviour it had when it was js
try {
const opts: SearchUsersRequest = {