We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd38193 commit 43ea04fCopy full SHA for 43ea04f
neo4j.js
@@ -70,7 +70,6 @@ module.exports = function (RED) {
70
return record
71
}
72
resultPromise.then(result => {
73
-// session.close()
74
if (result.records.length > 1) {
75
msg.payload = [];
76
result.records.forEach(function (record, index, array) {
@@ -96,7 +95,6 @@ module.exports = function (RED) {
96
95
.catch(err => {
97
node.error(err, msg);
98
})
99
-// .then(() => session.close())
100
101
} else {
102
node.status({
package.json
@@ -33,5 +33,5 @@
33
"scripts": {
34
"test": "echo \"Error: no test specified\" && exit 1"
35
},
36
- "version": "2.1.0"
+ "version": "2.2.0"
37
0 commit comments