fix(Cortex Node): Fix issue with analyzer response not working for file observables (#9374)

This commit is contained in:
Jon
2024-05-15 10:24:51 +01:00
committed by GitHub
parent 1777f8cdb1
commit ed22dcd88a

View File

@@ -216,8 +216,6 @@ export class Cortex implements INodeType {
'',
options,
)) as IJob;
continue;
} else {
const observableValue = this.getNodeParameter('observableValue', i) as string;