Skip to content

Commit

Permalink
remove unused sync url
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipStamenkovic committed Aug 15, 2024
1 parent b2f7974 commit 54c6147
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions modules/showheroes-bsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const STAGE_VL = 'https://video-library.stage.showheroes.com';
const BIDDER_CODE = 'showheroes-bs';
const TTL = 300;

export const SYNC_URL = 'https://sync.dev.showheroes.com/cookie_sync'

const converter = ortbConverter({
context: {
netRevenue: true,
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/showheroes-bsBidAdapter_spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect } from 'chai'
import { spec, SYNC_URL, resetUserSync } from 'modules/showheroes-bsBidAdapter.js'
import { spec } from 'modules/showheroes-bsBidAdapter.js'
import { syncAddFPDToBidderRequest } from '../../helpers/fpd.js';
import 'modules/priceFloors.js';
import 'modules/consentManagementTcf.js';
Expand Down

0 comments on commit 54c6147

Please sign in to comment.