@5minds/node-red-contrib-processcube 1.15.0-develop-ce7b3c-mahv7gq1 → 1.15.0-develop-635e99-mai2hwzu

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.15.0-develop-ce7b3c-mahv7gq1",
3
+ "version": "1.15.0-develop-635e99-mai2hwzu",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -112,6 +112,7 @@ module.exports = function (RED) {
112
112
 
113
113
  msg.payload = new_payload;
114
114
  msg.attachments = attachments;
115
+
115
116
 
116
117
  node.send(msg);
117
118
  } catch (queryError) {