Skip to content

Commit

Permalink
revert changes rel. to test endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofequativ committed Nov 27, 2024
1 parent e95f8b4 commit f35f424
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ export function toFetchRequest(url, data, options = {}) {
}
const headers = new Headers(options.customHeaders);
headers.set(CTYPE, options.contentType || 'text/plain');

if (url === 'https://ssb-engine-argocd-dev.internal.smartadserver.com/api/bid?callerId=169') {
headers.set('X-Eqtv-Debug', '671a49bebd18e71ead36f0a1');
}

const rqOpts = {
method,
headers
Expand Down

0 comments on commit f35f424

Please sign in to comment.