@5minds/node-red-contrib-processcube-tools 1.0.2-feature-5be867-mfnm3vtt → 1.0.2-feature-6cf243-mfp26zop
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.
|
@@ -48,7 +48,7 @@ module.exports = function (RED) {
|
|
|
48
48
|
// Handle attachments and format them for Nodemailer
|
|
49
49
|
let processedAttachments = [];
|
|
50
50
|
|
|
51
|
-
let parsedAttachments =
|
|
51
|
+
let parsedAttachments = attachments;
|
|
52
52
|
|
|
53
53
|
if (config.attachmentsType === 'json' && typeof parsedAttachments === 'string') {
|
|
54
54
|
try {
|
package/package.json
CHANGED