Skip to content

Commit

Permalink
PB-2626 - save
Browse files Browse the repository at this point in the history
  • Loading branch information
mhlm committed Oct 25, 2024
1 parent e6c7bb7 commit f9fa8fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/nextMillenniumBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export const spec = {

isBidRequestValid: function(bid) {
return !!(
(bid.params.placement_id && isStr(bid.params.placement_id)) || (bid.params.group_id && isStr(bid.params.group_id))
(bid.params.placement_id && isStr(bid.params.placement_id)) ||
(bid.params.group_id && isStr(bid.params.group_id))
);
},

Expand Down

0 comments on commit f9fa8fe

Please sign in to comment.