Skip to content

Commit

Permalink
Removing hb.demo prefix frm demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
mizmaar3 committed Mar 19, 2018
1 parent 791bb70 commit c85eaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/widespaceBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const spec = {
if (bid.params.demo) {
DEMO_DATA_PARAMS.forEach((key) => {
if (bid.params.demo[key]) {
data[`hb.demo.${key}`] = bid.params.demo[key];
data[key] = bid.params.demo[key];
}
});
}
Expand Down

0 comments on commit c85eaf3

Please sign in to comment.