mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -54,7 +54,7 @@ export async function mindeeApiRequest(this: IExecuteFunctions | IExecuteSingleF
|
||||
errors = errors.map((e: IDataObject) => e.message);
|
||||
// Try to return the error prettier
|
||||
throw new Error(
|
||||
`Mindee error response [${error.statusCode}]: ${errors.join('|')}`
|
||||
`Mindee error response [${error.statusCode}]: ${errors.join('|')}`,
|
||||
);
|
||||
}
|
||||
throw error;
|
||||
|
||||
@@ -159,7 +159,7 @@ export class Mindee implements INodeType {
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
if (rawData === false) {
|
||||
@@ -201,7 +201,7 @@ export class Mindee implements INodeType {
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
if (rawData === false) {
|
||||
|
||||
Reference in New Issue
Block a user