mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
👕 Fix lint issue
This commit is contained in:
parent
95739c8de5
commit
7daeed5c0b
|
@ -336,7 +336,7 @@ export class Pushover implements INodeType {
|
|||
user: userKey,
|
||||
message,
|
||||
priority,
|
||||
}
|
||||
};
|
||||
|
||||
if (priority === 2) {
|
||||
body.retry = this.getNodeParameter('retry', i) as number;
|
||||
|
|
Loading…
Reference in a new issue