Skip to content

Commit 42f5cb3

Browse files
authored
Fix JS Doc lint errors in rubiconBidAdapter (#12309)
Fixes the Rubicon portion of #12171
1 parent 5e6f716 commit 42f5cb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/rubiconBidAdapter.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ export function determineRubiconVideoSizeId(bid) {
11871187
}
11881188

11891189
/**
1190-
* @param {PrebidConfig} config
1190+
* @param {Object} config
11911191
* @returns {{ranges: {ranges: Object[]}}}
11921192
*/
11931193
export function getPriceGranularity(config) {
@@ -1236,7 +1236,6 @@ export function hasValidVideoParams(bid) {
12361236
/**
12371237
* Make sure the required params are present
12381238
* @param {Object} schain
1239-
* @param {boolean}
12401239
*/
12411240
export function hasValidSupplyChainParams(schain) {
12421241
let isValid = false;

0 commit comments

Comments
 (0)