fix bug
This commit is contained in:
@@ -87,9 +87,10 @@ export class GwezzChangdunovel implements INodeType {
|
||||
const distributorId = credentials.distributor_id as string;
|
||||
const secretKey = credentials.secret_key as string;
|
||||
|
||||
let responseData;
|
||||
for (let i = 0; i < items.length; i++) {
|
||||
try {
|
||||
let responseData;
|
||||
|
||||
if (resource === 'distribution') {
|
||||
if (operation === 'contentBookMetaV1') {
|
||||
const bookId = this.getNodeParameter('book_id', i) as string;
|
||||
|
||||
Reference in New Issue
Block a user