Skip to content

Commit

Permalink
Merge pull request #32 from sovrn/EX-3165
Browse files Browse the repository at this point in the history
EX-3165 Make getConfig call a clone
  • Loading branch information
mikhalovich authored Aug 25, 2021
2 parents 4da2c8a + 4ee95cc commit a211236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sovrnBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const spec = {
sovrnImps.push(imp)
})

const fpd = config.getConfig('ortb2') || {}
const fpd = utils.deepClone(config.getConfig('ortb2'))

const site = fpd.site || {}
site.page = bidderRequest.refererInfo.referer
Expand Down

0 comments on commit a211236

Please sign in to comment.