mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
chore: Lintfix nodes-base (#16877)
This commit is contained in:
@@ -117,7 +117,7 @@ export async function getNewEmails(
|
||||
dataPropertyAttachmentsPrefixName,
|
||||
);
|
||||
|
||||
(parsedEmail.json as IDataObject).attributes = {
|
||||
parsedEmail.json.attributes = {
|
||||
uid: message.attributes.uid,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user