Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
vgoodric committed Mar 15, 2024
1 parent f594c15 commit 89d436b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libs/features/personalization/personalization.js
Original file line number Diff line number Diff line change
Expand Up @@ -760,14 +760,6 @@ export function handleFragmentCommand(command, a) {
}
return false;
}
const createDefaultExperiment = (manifest) => ({
disabled: manifest.disabled,
event: manifest.event,
manifest: manifest.manifestPath,
variantNames: ['all'],
selectedVariantName: 'default',
selectedVariant: { commands: [], fragments: [] },
});

export function handleFragmentCommand(command, a) {
const config = getConfig();
Expand Down

0 comments on commit 89d436b

Please sign in to comment.