mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix bug ApiTemplate pdf create bug
This commit is contained in:
@@ -532,7 +532,10 @@ export class ApiTemplateIo implements INodeType {
|
||||
try {
|
||||
const jsonParameters = this.getNodeParameter('jsonParameters', i) as boolean;
|
||||
|
||||
const options = this.getNodeParameter('options', i) as IDataObject;
|
||||
let options: IDataObject = {};
|
||||
if (download) {
|
||||
options = this.getNodeParameter('options', i) as IDataObject;
|
||||
}
|
||||
|
||||
const qs = {
|
||||
template_id: this.getNodeParameter('pdfTemplateId', i),
|
||||
|
||||
Reference in New Issue
Block a user