revert unnecessary change

This commit is contained in:
Vik 2023-04-28 14:21:45 +05:30
parent 2928fc63ed
commit f7f1d05dc5

View file

@ -49,11 +49,7 @@ function buildPostgrestQuery(filters) {
}
}
});
let whereQuery = postgrestQueryBuilder.url.toString();
// if (whereQuery && whereQuery.includes('nulltest=isNotNull')) {
// whereQuery = whereQuery.replace('nulltest=isNotNull', 'nulltest=not.is.null');
// }
return whereQuery;
return postgrestQueryBuilder.url.toString();
}
async function listRows(queryOptions, organizationId, currentState) {