Skip to content

Commit

Permalink
Fix JS Doc lint errors in rubiconBidAdapter (#12309)
Browse files Browse the repository at this point in the history
Fixes the Rubicon portion of #12171
  • Loading branch information
bretg authored Oct 9, 2024
1 parent 5e6f716 commit 42f5cb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ export function determineRubiconVideoSizeId(bid) {
}

/**
* @param {PrebidConfig} config
* @param {Object} config
* @returns {{ranges: {ranges: Object[]}}}
*/
export function getPriceGranularity(config) {
Expand Down Expand Up @@ -1236,7 +1236,6 @@ export function hasValidVideoParams(bid) {
/**
* Make sure the required params are present
* @param {Object} schain
* @param {boolean}
*/
export function hasValidSupplyChainParams(schain) {
let isValid = false;
Expand Down

0 comments on commit 42f5cb3

Please sign in to comment.