Skip to content

Commit

Permalink
neo4j version set to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaxru committed Jan 6, 2020
1 parent dd38193 commit 43ea04f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions neo4j.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ module.exports = function (RED) {
return record
}
resultPromise.then(result => {
// session.close()
if (result.records.length > 1) {
msg.payload = [];
result.records.forEach(function (record, index, array) {
Expand All @@ -96,7 +95,6 @@ module.exports = function (RED) {
.catch(err => {
node.error(err, msg);
})
// .then(() => session.close())
})
} else {
node.status({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.1.0"
"version": "2.2.0"
}

0 comments on commit 43ea04f

Please sign in to comment.