Skip to content

Commit

Permalink
fix(src): remove return at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed May 7, 2024
1 parent a6f044c commit 59d8d0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ const impactEngine = async () => {
const computedTree = await compute(tree, {context, pluginStorage});
const aggregatedTree = aggregate(computedTree, context.aggregation);
exhaust(aggregatedTree, context, outputOptions);

return;
};

impactEngine().catch(andHandle);

0 comments on commit 59d8d0c

Please sign in to comment.