Skip to content

Commit

Permalink
cpmstarBidAdapter: removed extra blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMGoldstein committed Jun 28, 2024
1 parent a63bf2f commit 3f0c85b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/cpmstarBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const spec = {
return ((typeof bid.params.placementId === 'string') && !!bid.params.placementId.length) || (typeof bid.params.placementId === 'number');
},


buildRequests: function (validBidRequests, bidderRequest) {
var requests = [];

Expand Down

0 comments on commit 3f0c85b

Please sign in to comment.