Skip to content

Commit

Permalink
Update modules/dsp_genieeBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
peixunzhang authored Jan 24, 2024
1 parent 95350ab commit 6187289
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/dsp_genieeBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ export const spec = {
code: BIDDER_CODE,
supportedMediaTypes: [BANNER],
/**
* Determines whether or not the given bid request is valid.
*
* @param {BidRequest} - The bid params to validate.
* @return boolean True if this is a valid bid, and false otherwise.
*/
* Determines whether or not the given bid request is valid.
*
* @param {BidRequest} - The bid params to validate.
* @return boolean True if this is a valid bid, and false otherwise.
*/
isBidRequestValid: function (_) {
return true;
},
Expand Down

0 comments on commit 6187289

Please sign in to comment.