Skip to content

Commit

Permalink
SharedId: use sharedId instead of pubCommonId for accessing stora…
Browse files Browse the repository at this point in the history
…ge (prebid#10183)
  • Loading branch information
dgirardi authored and github-ishara-chan-tung committed Jul 12, 2023
1 parent 37a1eaa commit b4d5c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sharedIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {VENDORLESS_GVLID} from '../src/consentHandler.js';
import {MODULE_TYPE_UID} from '../src/activities/modules.js';
import {domainOverrideToRootDomain} from '../libraries/domainOverrideToRootDomain/index.js';

export const storage = getStorageManager({moduleType: MODULE_TYPE_UID, moduleName: 'pubCommonId'});
export const storage = getStorageManager({moduleType: MODULE_TYPE_UID, moduleName: 'sharedId'});
const COOKIE = 'cookie';
const LOCAL_STORAGE = 'html5';
const OPTOUT_NAME = '_pubcid_optout';
Expand Down

0 comments on commit b4d5c4e

Please # to comment.