Skip to content

Commit

Permalink
EX-3165 Make getConfig call a clone (#7333)
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhalovich <emihalovich@sovrn.com>
  • Loading branch information
mikhalovich and Mikhalovich authored Aug 23, 2021
1 parent 96da9dd commit 63de894
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 63de894

Please sign in to comment.