Skip to content

Commit

Permalink
changes only in js
Browse files Browse the repository at this point in the history
  • Loading branch information
sumo-slonik committed Jan 29, 2025
1 parent daefef2 commit 7edbe86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/libs/SearchParser/autocompleteParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1571,7 +1571,7 @@ function peg$parse(input, options) {
return s0;
}

let autocomplete = null;
let autocomplete = null;
peg$result = peg$startRuleFunction();

if (options.peg$library) {
Expand All @@ -1591,6 +1591,7 @@ function peg$parse(input, options) {
}

throw peg$buildStructuredError(
// heheheh
peg$maxFailExpected,
peg$maxFailPos < input.length ? input.charAt(peg$maxFailPos) : null,
peg$maxFailPos < input.length
Expand Down
1 change: 0 additions & 1 deletion src/libs/SearchParser/autocompleteParser.peggy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ filter = @(defaultFilter / freeTextFilter)
defaultFilter
= _ key:autocompleteKey _ op:operator _ value:identifier? {
if (!value) {
//heheheh
autocomplete = {
key,
value: '',
Expand Down

0 comments on commit 7edbe86

Please sign in to comment.