Skip to content

Commit

Permalink
Remove another ajo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
markpadbe committed Feb 19, 2025
1 parent 453306d commit e6a3e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/features/personalization/personalization.js
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ export async function init(enablements = {}) {
if (pzn) loadLink(getXLGListURL(config), { as: 'fetch', crossorigin: 'anonymous', rel: 'preload' });
}

if (enablePersV2 && (target === true || ajo === true)) {
if (enablePersV2 && (target === true)) {
manifests = manifests.concat(await handleMartechTargetInteraction(
{ config, targetInteractionPromise, calculatedTimeout },
));
Expand Down

0 comments on commit e6a3e2e

Please sign in to comment.