Skip to content

Commit

Permalink
Merge branch 'bugfix/pbs-adapter-storagemanager' into rubicon-feature…
Browse files Browse the repository at this point in the history
…/s2s-test-module
  • Loading branch information
Eric Harper committed Oct 9, 2017
2 parents 4a3abd7 + bbd22fc commit be232c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/prebidServerBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@ function PrebidServer() {
ajax(config.syncEndpoint, (response) => {
try {
response = JSON.parse(response);
if (response.status === 'ok') {
bidderCodes.forEach(code => StorageManager.add(pbjsSyncsKey, code, true));
}
response.bidder_status.forEach(bidder => doBidderSync(bidder.usersync.type, bidder.usersync.url, bidder.bidder));
} catch (e) {
utils.logError(e);
Expand Down

0 comments on commit be232c6

Please sign in to comment.