Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
symplorpro committed Dec 1, 2024
1 parent 60adefd commit 0eb2e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/rediadsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ 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 0eb2e46

Please sign in to comment.