We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a63ff7 commit 927eddaCopy full SHA for 927edda
index.js
@@ -297,7 +297,6 @@ function groupRecursive(keys, prefix = '') {
297
.sort()
298
.flatMap((groupKey) => {
299
const children = groupMap.get(groupKey)
300
- // If there are further colon children, recurse
301
if (
302
children.length > 1 &&
303
children.some((k) => k !== groupKey && k.startsWith(groupKey + ':'))
0 commit comments