Skip to content

Commit

Permalink
Paul 6.16.2 (#56)
Browse files Browse the repository at this point in the history
* fix issue with returning success for failure case of bad JSON

* use the 6.20.1 version
  • Loading branch information
pwcushman committed Jul 24, 2023
1 parent 7f5f461 commit a50e5bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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": "wickrio_web_interface",
"version": "6.16.1",
"version": "6.20.1",
"description": "WickrIO Node.JS API Web Interface",
"main": "web_interface.js",
"author": "Paul Cushman ([email protected])",
Expand Down
1 change: 1 addition & 0 deletions web_interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ async function main() {
console.log(err)
res.statusCode = 400
res.send('error processing users JSON data')
return
}

try {
Expand Down

0 comments on commit a50e5bc

Please sign in to comment.