Skip to content

Commit

Permalink
prebid#22 Better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cosenmarco committed Jun 16, 2021
1 parent 7102b2e commit fa4e300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/id5IdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export function storeInLocalStorage(key, value, expDays) {
* gets the existing abTesting config or generates a default config with abTesting off
*
* @param {SubmoduleConfig|undefined} config
* @returns {(Object|undefined)}
* @returns {Object} an object which always contains at least the property "enabled"
*/
function getAbTestingConfig(config) {
return utils.deepAccess(config, 'params.abTesting', { enabled: false });
Expand Down

0 comments on commit fa4e300

Please sign in to comment.