Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 13, 2022
1 parent e3d8139 commit 7652a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/normalize/lib/wild_wild_path/iterate/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const iterate = function* (
query,
{ childFirst = false, sort = false, classes = false } = {},
) {
const parents = new Set([])
const opts = { childFirst, sort, classes }
const parents = new Set([])
const queryArrays = parseQuery(query)
const entries = queryArrays.map((queryArray) => ({
queryArray,
Expand Down

0 comments on commit 7652a3d

Please sign in to comment.