Skip to content

Commit

Permalink
feat: Introduce configurable grouping patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed Nov 28, 2024
1 parent 6c2240d commit 61552f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const findMatchedPattern = (url, urlPatterns) => {
const mapUrlsToPatterns = (bundles, patterns) => {
const urlToPatternMap = {};
if (!patterns || patterns.length === 0) {
return {};
return urlToPatternMap;
}

for (const bundle of bundles) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,6 @@
}
]
},


{
"id": "product_3_session_1_without_events",
"host": "main--helix-website--adobe.aem.live",
Expand Down

0 comments on commit 61552f1

Please sign in to comment.