Skip to content

Commit e683137

Browse files
committed
chore: fix linting issue
1 parent 7cea93e commit e683137

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parse.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export function parse(query: string, options?: JSONQueryParseOptions): JSONQuery
5151
}
5252

5353
const parseOperator = () => {
54-
5554
const left = parseParenthesis()
5655

5756
skipWhitespace()

0 commit comments

Comments
 (0)