mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -369,7 +369,7 @@ export class Pushover implements INodeType {
|
||||
value: Buffer.from(binaryData.data, BINARY_ENCODING),
|
||||
options: {
|
||||
filename: binaryData.fileName,
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
delete body.attachmentsUi;
|
||||
@@ -380,7 +380,7 @@ export class Pushover implements INodeType {
|
||||
this,
|
||||
'POST',
|
||||
`/messages.json`,
|
||||
body,
|
||||
body
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user