Skip to content

Commit

Permalink
Fix hadron RTD bug with load script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroKononenkoFS committed Dec 9, 2024
1 parent b8f74e2 commit e60333e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hadronRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export function getRealTimeData(bidConfig, onDone, rtdConfig, userConsent) {
paramOrDefault(hadronIdUrl, HADRON_JS_URL, {}),
`partner_id=${partnerId}&_it=prebid`
);
loadExternalScript(scriptUrl, SUBMODULE_NAME, () => {
loadExternalScript(scriptUrl, MODULE_TYPE_RTD, SUBMODULE_NAME, () => {
logInfo(LOG_PREFIX, 'hadronId JS snippet loaded', scriptUrl);
})
}
Expand Down

0 comments on commit e60333e

Please sign in to comment.