Skip to content

Commit

Permalink
apiTemplate - set cloud variable to 1 (#47)
Browse files Browse the repository at this point in the history
* apiTemplate - set cloud variable to 0

---------

Co-authored-by: Omri Attoun <[email protected]>
  • Loading branch information
omrijoyous and omri10 authored Nov 7, 2023
1 parent 23a3d9d commit 6ec9b20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ export class ApiTemplateIo implements INodeType {

const qs = {
template_id: this.getNodeParameter('pdfTemplateId', i),
cloud_storage: '0',
};

let data;
Expand Down

0 comments on commit 6ec9b20

Please sign in to comment.