mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
👕 Fix lint issue
This commit is contained in:
parent
86d2f7eff5
commit
f16b550c72
|
@ -1385,8 +1385,8 @@ export class EditImage implements INodeType {
|
||||||
|
|
||||||
const binaryData = await this.helpers.prepareBinaryData(Buffer.from(buffer));
|
const binaryData = await this.helpers.prepareBinaryData(Buffer.from(buffer));
|
||||||
newItem.binary![dataPropertyName as string] = {
|
newItem.binary![dataPropertyName as string] = {
|
||||||
...newItem.binary![dataPropertyName as string], ...binaryData
|
...newItem.binary![dataPropertyName as string], ...binaryData,
|
||||||
}
|
};
|
||||||
|
|
||||||
return resolve(newItem);
|
return resolve(newItem);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue