mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
Add functionality back to Node
This commit is contained in:
@@ -216,7 +216,10 @@ export class Raindrop implements INodeType {
|
|||||||
};
|
};
|
||||||
delete updateFields.collectionId;
|
delete updateFields.collectionId;
|
||||||
}
|
}
|
||||||
|
if (updateFields.pleaseParse === true) {
|
||||||
|
body.pleaseParse = {};
|
||||||
|
delete updateFields.pleaseParse;
|
||||||
|
}
|
||||||
if (updateFields.tags) {
|
if (updateFields.tags) {
|
||||||
body.tags = (updateFields.tags as string).split(',').map(tag => tag.trim()) as string[];
|
body.tags = (updateFields.tags as string).split(',').map(tag => tag.trim()) as string[];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user