Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
289Adam289 committed Sep 5, 2024
1 parent a5c7018 commit e7b253a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libs/SearchParser/searchParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,6 @@ function peg$parse(input, options) {
peg$silentFails++;
s0 = peg$currPos;
if (input.charCodeAt(peg$currPos) === 34) {
s1 = peg$c27;
s1 = peg$c27;
peg$currPos++;
} else {
Expand All @@ -1033,7 +1032,6 @@ function peg$parse(input, options) {
}
}
if (input.charCodeAt(peg$currPos) === 34) {
s3 = peg$c27;
s3 = peg$c27;
peg$currPos++;
} else {
Expand Down

0 comments on commit e7b253a

Please sign in to comment.