Skip to content

Commit

Permalink
Add back in deleted variants
Browse files Browse the repository at this point in the history
  • Loading branch information
markpadbe committed Jun 12, 2024
1 parent facdd89 commit 36129d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/features/personalization/personalization.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ export function cleanAndSortManifestList(manifests) {
freshManifest.name = fullManifest.name;
freshManifest.selectedVariantName = fullManifest.selectedVariantName;
freshManifest.selectedVariant = freshManifest.variants[freshManifest.selectedVariantName];
delete freshManifest.variants;
manifestObj[manifest.manifestPath] = freshManifest;
} else {
manifestObj[manifest.manifestPath] = manifest;
Expand Down

0 comments on commit 36129d0

Please sign in to comment.