Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 9, 2023
1 parent bf7fb9e commit 41df3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function traverse(config = {}, params = {}) {
subTree.add(item);
}
} else {
subTree[d] = traverse(localConfig, newParams);
subTree[dep] = traverse(localConfig, newParams);
}
}

Expand Down

0 comments on commit 41df3ee

Please sign in to comment.