Skip to content

Commit

Permalink
fix(Cortex Node): Fix issue with analyzer response not working for fi…
Browse files Browse the repository at this point in the history
…le observables (n8n-io#9374)
  • Loading branch information
Joffcom authored May 15, 2024
1 parent 1777f8c commit ed22dcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nodes-base/nodes/Cortex/Cortex.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ export class Cortex implements INodeType {
'',
options,
)) as IJob;

continue;
} else {
const observableValue = this.getNodeParameter('observableValue', i) as string;

Expand Down

0 comments on commit ed22dcd

Please sign in to comment.