Skip to content

Commit

Permalink
Update widespaceBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jun 9, 2021
1 parent ab5a648 commit ccfa44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/widespaceBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const spec = {
'gdprCmp': bidderRequest && bidderRequest.gdprConsent ? 1 : 0,
'hb': '1',
'hb.cd': CUST_DATA ? encodedParamValue(CUST_DATA) : '',
'hb.floor': bid.bidfloor || '',
'hb.floor': '',
'hb.spb': i === 0 ? pixelSyncPossibility() : -1,
'hb.ver': WS_ADAPTER_VERSION,
'hb.name': 'prebidjs-$prebid.version$',
Expand Down

0 comments on commit ccfa44b

Please sign in to comment.