Skip to content

Commit

Permalink
LoyalBidAdapter.js: no error without floors module
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jun 19, 2024
1 parent 4bf11bd commit e590077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/loyalBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ function getBidFloor(bid) {
});
return bidFloor.floor;
} catch (err) {
logError(err);
return 0;
}
}
Expand Down

0 comments on commit e590077

Please sign in to comment.