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 4d34ece commit 545df16Copy full SHA for 545df16
lib/actions/write.js
@@ -51,6 +51,7 @@ function processAction(msg) {
51
});
52
const fileName = messageToEmit.id + '.csv';
53
messageToEmit.attachments[fileName] = signedUrl.get_url;
54
+ console.log('%j', messageToEmit);
55
signedUrl = null;
56
rowCount = 0;
57
0 commit comments