Skip to content

Commit

Permalink
ZetaSspBidAdapter fix typo (prebid#6777)
Browse files Browse the repository at this point in the history
Co-authored-by: Surovenko Alexey <[email protected]>
  • Loading branch information
2 people authored and stsepelin committed May 28, 2021
1 parent ff90cb4 commit 14887cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/zetaSspBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {BANNER} from '../src/mediaTypes.js';
import {config} from '../src/config.js';

const BIDDER_CODE = 'zeta_global_ssp';
const ENDPOINT_URL = 'https:/ssp.disqus.com/bid';
const USER_SYNC_URL = 'https:/ssp.disqus.com/match';
const ENDPOINT_URL = 'https://ssp.disqus.com/bid';
const USER_SYNC_URL = 'https://ssp.disqus.com/match';
const DEFAULT_CUR = 'USD';
const TTL = 200;
const NET_REV = true;
Expand Down

0 comments on commit 14887cb

Please sign in to comment.