Skip to content

Commit 8dc9ac6

Browse files
committed
fix
1 parent 10384c1 commit 8dc9ac6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/parser/filter.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ export const PREPOSITION_RULES: ReadonlyArray<
234234
export const CONTEXT_CLAUSE_RULES: ReadonlyArray<
235235
(contextClause: ContextClause) => boolean
236236
> = [
237-
// only allow "anu la" when allowed by the settings
238-
({ type }) => type !== "anu" || settings.hardcodedAnuLa,
239-
240237
// disallow "anu ala anu la"
241238
(clause) =>
242239
clause.type !== "anu" || clause.anu.type !== "x ala x" ||

0 commit comments

Comments
 (0)