mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix(Cortex Node): Fix issue with analyzer response not working for file observables (#9374)
This commit is contained in:
parent
1777f8cdb1
commit
ed22dcd88a
|
@ -216,8 +216,6 @@ export class Cortex implements INodeType {
|
|||
'',
|
||||
options,
|
||||
)) as IJob;
|
||||
|
||||
continue;
|
||||
} else {
|
||||
const observableValue = this.getNodeParameter('observableValue', i) as string;
|
||||
|
||||
|
|
Loading…
Reference in a new issue