Skip to content

Commit 12882f9

Browse files
Paul Schreiberjsnellbaker
Paul Schreiber
authored andcommitted
fix spelling of 'country' (#3679)
1 parent b9fb264 commit 12882f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/etargetBidAdapter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ export const spec = {
2828
var i, l, bid, reqParams, netRevenue, gdprObject;
2929
var request = [];
3030
var bids = JSON.parse(JSON.stringify(validBidRequests));
31-
var lastContry = 'sk';
31+
var lastCountry = 'sk';
3232
for (i = 0, l = bids.length; i < l; i++) {
3333
bid = bids[i];
3434
if (countryMap[bid.params.country]) {
35-
lastContry = countryMap[bid.params.country];
35+
lastCountry = countryMap[bid.params.country];
3636
}
3737
reqParams = bid.params;
3838
reqParams.transactionId = bid.transactionId;
3939
request.push(formRequestUrl(reqParams));
4040
}
4141

42-
request.unshift('//' + lastContry + '.search.etargetnet.com/hb/?hbget=1');
42+
request.unshift('//' + lastCountry + '.search.etargetnet.com/hb/?hbget=1');
4343
netRevenue = 'net';
4444

4545
if (bidderRequest && bidderRequest.gdprConsent && bidderRequest.gdprConsent.gdprApplies) {

0 commit comments

Comments
 (0)