Skip to content

Commit

Permalink
bidderFactory import path mistake (#7836)
Browse files Browse the repository at this point in the history
An error occurs :
ERROR in ./node_modules/prebid.js/modules/bliinkBidAdapter.js 15:0-63
Module not found: Error: Can't resolve 'src/adapters/bidderFactory.js'
  • Loading branch information
eugene-krivenko authored Dec 10, 2021
1 parent df54d4b commit 596e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bliinkBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line prebid/validate-imports
// eslint-disable-next-line prebid/validate-imports
import {registerBidder} from 'src/adapters/bidderFactory.js'
import {registerBidder} from '../src/adapters/bidderFactory.js'

export const BIDDER_CODE = 'bliink'
export const BLIINK_ENDPOINT_ENGINE = 'https://engine.bliink.io/delivery'
Expand Down

0 comments on commit 596e6c9

Please sign in to comment.