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 6b56e86 commit f37d997Copy full SHA for f37d997
components/gmail/sources/new-attachment-received/new-attachment-received.mjs
@@ -57,6 +57,7 @@ export default {
57
emitEvent(message) {
58
if (message) {
59
const { parts: attachments } = message.payload;
60
+ delete message.payload;
61
62
attachments.filter((attachment) => attachment.body.attachmentId).forEach((attachment) => {
63
this.$emit({
0 commit comments