Skip to content

Commit

Permalink
fix lunamediahbBidAdapter lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
smenzer committed Nov 9, 2020
1 parent 79f0aad commit 956fe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lunamediahbBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const spec = {
schain: bid.schain || {},
};
const mediaType = bid.mediaTypes

if (mediaType && mediaType[BANNER] && mediaType[BANNER].sizes) {
placement.sizes = mediaType[BANNER].sizes;
placement.traffic = BANNER;
Expand Down

0 comments on commit 956fe2b

Please sign in to comment.