diff --git a/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/operations.js b/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/operations.js index e71a8085bb..1290920fee 100644 --- a/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/operations.js +++ b/frontend/src/Editor/QueryManager/QueryEditors/TooljetDatabase/operations.js @@ -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) {