Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currency Module: Adding auction delay handling #12364

Merged
merged 6 commits into from
Dec 3, 2024

Conversation

mkomorski
Copy link
Collaborator

@mkomorski mkomorski commented Oct 23, 2024

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Updated bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Description of change

Other information

#9493

src/auction.js Outdated Show resolved Hide resolved
reqBidsConfigObj,
context: this,
nextFn: fn,
haveExited: false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not used anywhere. Probably a typo and it was meant to be hasExited (which would also be falsy if left undefined).

src/auction.js Outdated Show resolved Hide resolved
@mkomorski mkomorski requested a review from dgirardi October 28, 2024 14:07
@patmmccann patmmccann self-requested a review November 19, 2024 15:36
@patmmccann patmmccann merged commit a7fb4ad into master Dec 3, 2024
6 checks passed
@patmmccann patmmccann deleted the mkomorski/delayAuction-currency branch December 3, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants