Skip to content

Commit

Permalink
fix hadron ID module name (prebid#11151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi committed Feb 29, 2024
1 parent 72e2ee6 commit b4d9197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hadronIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const MODULE_NAME = 'hadronId';
const AU_GVLID = 561;
const DEFAULT_HADRON_URL_ENDPOINT = 'https://id.hadron.ad.gt/api/v1/pbhid';

export const storage = getStorageManager({moduleType: MODULE_TYPE_UID, moduleName: 'hadron'});
export const storage = getStorageManager({moduleType: MODULE_TYPE_UID, moduleName: MODULE_NAME});

/**
* Param or default.
Expand Down

0 comments on commit b4d9197

Please sign in to comment.