Skip to content

Commit b23c97b

Browse files
ilessiiviilessiivi
andauthored
Remove a duplicate file-added hook (#358)
Co-authored-by: ilessiivi <iless@me.com>
1 parent 57e5705 commit b23c97b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/AsyncFlowFile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ export default class AsyncFlowFile extends FlowFile {
2626
}
2727

2828
this._bootstrap();
29-
if (event !== 'retry') {
30-
this.flowObj.hook('file-added', this, event);
31-
}
3229

3330
// console.log("Flowfile returns [async]", this._bootstrapped);
3431
return this;

0 commit comments

Comments
 (0)