Skip to content

Commit

Permalink
fix checkfilter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
prostgles committed Oct 21, 2023
1 parent c0a952b commit 107a9bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prostgles-server",
"version": "4.1.94",
"version": "4.1.95",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tests/client/PID.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
106604
115104
2 changes: 1 addition & 1 deletion tests/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ function dd(){
return row
},
checkFilter: {
"name.<>": "fail-check"
$and: [{"name.<>": "fail-check"}]
},
postValidate: async (row, dboTx) => {
/** Records must exist in this transaction */
Expand Down
2 changes: 1 addition & 1 deletion tests/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 107a9bb

Please sign in to comment.