Skip to content

Commit 43ea04f

Browse files
committed
neo4j version set to latest
1 parent dd38193 commit 43ea04f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

neo4j.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ module.exports = function (RED) {
7070
return record
7171
}
7272
resultPromise.then(result => {
73-
// session.close()
7473
if (result.records.length > 1) {
7574
msg.payload = [];
7675
result.records.forEach(function (record, index, array) {
@@ -96,7 +95,6 @@ module.exports = function (RED) {
9695
.catch(err => {
9796
node.error(err, msg);
9897
})
99-
// .then(() => session.close())
10098
})
10199
} else {
102100
node.status({

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"scripts": {
3434
"test": "echo \"Error: no test specified\" && exit 1"
3535
},
36-
"version": "2.1.0"
36+
"version": "2.2.0"
3737
}

0 commit comments

Comments
 (0)