Skip to content

Commit

Permalink
Update nobidBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Aug 3, 2022
1 parent f5c5804 commit 8a2d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nobidBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function nobidBuildRequests(bids, bidderRequest) {
var serializeState = function(divIds, siteId, adunits) {
var filterAdUnitsByIds = function(divIds, adUnits) {
var filtered = [];
if (!divIds || !divIds.length) {
if (!divIds.length) {
filtered = adUnits;
} else if (adUnits) {
var a = [];
Expand Down

0 comments on commit 8a2d62a

Please sign in to comment.