Skip to content

Commit

Permalink
fix(hooks): Remove redundant method call (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertho-zero committed Nov 21, 2020
1 parent 84a9b4b commit 4ff10a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hooks/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class HookManager {
return otherMiddleware;
}

return this.getMiddleware();
return middleware;
}

props (props: HookContextData) {
Expand Down

0 comments on commit 4ff10a9

Please sign in to comment.