Skip to content

Commit

Permalink
Pass context with unbindRequests (#3680)
Browse files Browse the repository at this point in the history
Fixes #3675
  • Loading branch information
paulfalgout committed Nov 12, 2020
1 parent bf8a5ab commit c59fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/bind-requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function unbindRequests(channel, bindings) {
return this;
}

channel.stopReplying(normalizeBindings(this, bindings));
channel.stopReplying(normalizeBindings(this, bindings), this);

return this;
}
Expand Down

0 comments on commit c59fab9

Please sign in to comment.