Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Oct 9, 2020
1 parent db41bf8 commit 6c4ec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rtdModule/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export function getAdUnitTargeting(auction) {
return;
}
let targeting = [];
for (let i=relevantSubModules.length-1; i >= 0; i--) {
for (let i = relevantSubModules.length - 1; i >= 0; i--) {
const smTargeting = relevantSubModules[i].getTargetingData(adUnitCodes, relevantSubModules[i].config, _userConsent);
if (smTargeting && typeof smTargeting === 'object') {
targeting.push(smTargeting);
Expand Down

0 comments on commit 6c4ec0d

Please sign in to comment.