From f7f1d05dc5d2f1407b9943373bf1ca293bfe812a Mon Sep 17 00:00:00 2001 From: Vik Date: Fri, 28 Apr 2023 14:21:45 +0530 Subject: [PATCH] revert unnecessary change --- .../QueryManager/QueryEditors/TooljetDatabase/operations.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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) {