mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
revert unnecessary change
This commit is contained in:
parent
2928fc63ed
commit
f7f1d05dc5
1 changed files with 1 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue