Skip to content

Commit

Permalink
fix circle ci failing lint error (#5952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fawke authored Nov 10, 2020
1 parent 690709b commit fee75c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/lunamediahbBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {registerBidder} from '../src/adapters/bidderFactory.js';
import { registerBidder } from '../src/adapters/bidderFactory.js';
import { BANNER, NATIVE, VIDEO } from '../src/mediaTypes.js';
import * as utils from '../src/utils.js';

Expand Down 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 fee75c7

Please sign in to comment.