Skip to content

Commit

Permalink
Update stroeerCoreBidAdapter.js
Browse files Browse the repository at this point in the history
We updated Prebid.js to version 2.24.0. For this version, the way to import files changed.
  • Loading branch information
WanchangLiu authored Jul 19, 2019
1 parent 468e11a commit cc9002b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/stroeerCoreBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {registerBidder} from 'src/adapters/bidderFactory';
import {registerBidder} from '../src/adapters/bidderFactory';
import includes from 'core-js/library/fn/array/includes';
import find from 'core-js/library/fn/array/find';
import {ajax} from 'src/ajax';
import {ajax} from '../src/ajax';

const utils = require('src/utils');
const url = require('src/url');
const utils = require('../src/utils');
const url = require('../src/url');

const BIDDER_CODE = 'stroeerCore';
const DEFAULT_HOST = 'hb.adscale.de';
Expand Down

0 comments on commit cc9002b

Please sign in to comment.