Skip to content

Commit

Permalink
hookConfig change
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Komorski authored and Marcin Komorski committed Oct 23, 2024
1 parent a63eaa3 commit acf7ef8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/currency.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,10 @@ registerOrtbProcessor({type: REQUEST, name: 'currency', fn: setOrtbCurrency});
export const requestBidsHook = timedAuctionHook('currency', function requestBidsHook(fn, reqBidsConfigObj) {
const hookConfig = {
reqBidsConfigObj,
auctionStarted: false,
context: this,
nextFn: fn,
context: this
haveExited: false,
timer: null
};

if (!currencyRatesLoaded && auctionDelay > 0) {
Expand Down

0 comments on commit acf7ef8

Please sign in to comment.