Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamc-ins committed Jan 9, 2024
1 parent 384ae12 commit 1d656fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/insticatorBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function buildBid(bid, bidderRequest) {
adUnitCode: originalBid.adUnitCode,
...(Object.keys(meta).length > 0 ? {meta} : {})
};

if (mediaType === 'video') {
bidResponse.vastXml = bid.adm;
}
Expand Down Expand Up @@ -457,7 +457,7 @@ export const spec = {
const bidsets = body.seatbid.map((seatbid) =>
buildBidSet(seatbid, bidderRequest)
);

return bidsets.reduce((a, b) => a.concat(b), []);
},

Expand Down

0 comments on commit 1d656fd

Please sign in to comment.