mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Cortex Node): Fix issue with analyzer response not working for file observables (#9374)
This commit is contained in:
@@ -216,8 +216,6 @@ export class Cortex implements INodeType {
|
|||||||
'',
|
'',
|
||||||
options,
|
options,
|
||||||
)) as IJob;
|
)) as IJob;
|
||||||
|
|
||||||
continue;
|
|
||||||
} else {
|
} else {
|
||||||
const observableValue = this.getNodeParameter('observableValue', i) as string;
|
const observableValue = this.getNodeParameter('observableValue', i) as string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user