Skip to content

Commit

Permalink
chore: remove bindingHolder for proper scoping (#5235)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Aug 31, 2022
1 parent e0c0fa9 commit 1cc1df9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/formatter/wrappingFormatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ function rawOrFn(value, method, builder, client, bindingHolder) {
compileCallback(value, method, client, bindingHolder),
undefined,
builder,
client,
bindingHolder
client
);
}
return unwrapRaw(value, undefined, builder, client, bindingHolder) || '';
Expand Down

0 comments on commit 1cc1df9

Please sign in to comment.