Skip to content

Commit

Permalink
Merge pull request #2 from WanchangLiu/patch-1
Browse files Browse the repository at this point in the history
Update stroeerCoreBidAdapter.js
  • Loading branch information
robobario authored Oct 4, 2019
2 parents cacdfef + cc9002b commit 72645bb
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 72645bb

Please sign in to comment.