We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e5705 commit b23c97bCopy full SHA for b23c97b
src/AsyncFlowFile.js
@@ -26,9 +26,6 @@ export default class AsyncFlowFile extends FlowFile {
26
}
27
28
this._bootstrap();
29
- if (event !== 'retry') {
30
- this.flowObj.hook('file-added', this, event);
31
- }
32
33
// console.log("Flowfile returns [async]", this._bootstrapped);
34
return this;
0 commit comments