Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
supadm committed Mar 11, 2022
1 parent feaac35 commit bf46856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/admaruBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const spec = {
const serverBody = serverResponse.body;
const seatbid = serverBody.seatbid;

for (let i = 0; i < seatbid.length; i++) {
for (let i = 0; i < seatbid.length; i++) {
if (!seatbid[i].hasOwnProperty('bid')) {
continue;
}
Expand Down

0 comments on commit bf46856

Please sign in to comment.