mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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,
|
||||
)) as IJob;
|
||||
|
||||
continue;
|
||||
} else {
|
||||
const observableValue = this.getNodeParameter('observableValue', i) as string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user