@5minds/node-red-contrib-processcube 1.15.0-develop-b5bdc0-mah1qnxy → 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-b5bdc0-mah1qnxy",
3
+ "version": "1.15.0-develop-635e99-mai2hwzu",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -111,6 +111,8 @@ module.exports = function (RED) {
111
111
  new_payload = removeGoogleRedirects(new_payload);
112
112
 
113
113
  msg.payload = new_payload;
114
+ msg.attachments = attachments;
115
+
114
116
 
115
117
  node.send(msg);
116
118
  } catch (queryError) {