Skip to content

Commit

Permalink
Fix filepath reference (prebid#3905)
Browse files Browse the repository at this point in the history
  • Loading branch information
betancourtl authored and sa1omon committed Nov 28, 2019
1 parent 72caf98 commit cc2fb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/optimeraBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { registerBidder } from 'src/adapters/bidderFactory';
import { registerBidder } from '../src/adapters/bidderFactory';

const BIDDER_CODE = 'optimera';
const SCORES_BASE_URL = 'https://dyv1bugovvq1g.cloudfront.net/';
Expand Down

0 comments on commit cc2fb2e

Please sign in to comment.