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:
@@ -43,7 +43,7 @@ export async function pushoverApiRequest(this: IExecuteFunctions | IExecuteSingl
|
||||
errors = errors.map((e: IDataObject) => e);
|
||||
// Try to return the error prettier
|
||||
throw new Error(
|
||||
`PushOver error response [${error.statusCode}]: ${errors.join('|')}`
|
||||
`PushOver error response [${error.statusCode}]: ${errors.join('|')}`,
|
||||
);
|
||||
}
|
||||
throw error;
|
||||
|
||||
@@ -380,7 +380,7 @@ export class Pushover implements INodeType {
|
||||
this,
|
||||
'POST',
|
||||
`/messages.json`,
|
||||
body
|
||||
body,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user