Skip to content

Commit

Permalink
chore: remove debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Dec 10, 2024
1 parent 10c5a1f commit 5f9afa1
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ export class MutableRequestContext extends RequestContext {
}
private mutatedChannel: Channel | undefined;

setChannel(channel: Channel, currencyCode?: CurrencyCode) {
setChannel(channel: Channel) {
this.mutatedChannel = channel;
if (currencyCode) {
this.mutatedChannel.defaultCurrencyCode = currencyCode;
}
}

get channel(): Channel {
Expand Down

0 comments on commit 5f9afa1

Please sign in to comment.