🔀 Merge branch 'patch-1' of https://github.com/toadle/n8n into toadle-patch-1
This commit is contained in:
@@ -215,7 +215,10 @@ export class Raindrop implements INodeType {
|
||||
};
|
||||
delete updateFields.collectionId;
|
||||
}
|
||||
|
||||
if (updateFields.pleaseParse === true) {
|
||||
body.pleaseParse = {};
|
||||
delete updateFields.pleaseParse;
|
||||
}
|
||||
if (updateFields.tags) {
|
||||
body.tags = (updateFields.tags as string).split(',').map(tag => tag.trim()) as string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user