Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
symplorpro committed Dec 1, 2024
1 parent 0eb2e46 commit 65acb7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/rediadsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ export const spec = {
buildRequests(bidRequests, bidderRequest) {
const params = bidRequests[0]?.params || {};
let data = {};
let FINAL_ENDPOINT_URL = params.endpoint || ENDPOINT_URL;

let FINAL_ENDPOINT_URL = params.endpoint || ENDPOINT_URL
try {
data = converter.toORTB({ bidRequests, bidderRequest });
const testBidsRequested = location.hash.includes('rediads-test-bids');
Expand Down

0 comments on commit 65acb7a

Please sign in to comment.