mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -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,
|
user: userKey,
|
||||||
message,
|
message,
|
||||||
priority,
|
priority,
|
||||||
}
|
};
|
||||||
|
|
||||||
if (priority === 2) {
|
if (priority === 2) {
|
||||||
body.retry = this.getNodeParameter('retry', i) as number;
|
body.retry = this.getNodeParameter('retry', i) as number;
|
||||||
|
|
Loading…
Reference in a new issue