mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -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,
|
options,
|
||||||
)) as IJob;
|
)) as IJob;
|
||||||
|
|
||||||
continue;
|
|
||||||
} else {
|
} else {
|
||||||
const observableValue = this.getNodeParameter('observableValue', i) as string;
|
const observableValue = this.getNodeParameter('observableValue', i) as string;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue