Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
darrellwarde committed Feb 6, 2025
1 parent 3de579d commit 3872b2f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ export class AggregationFilter extends Filter {
return Cypher.eq(this.subqueryReturnVariable, Cypher.true);
}

// private getAuthFilterSubqueries(context: QueryASTContext): Cypher.Clause[] {
// return this.authFilters.flatMap((f) => f.getSubqueries(context));
// }

private getAuthFilterPredicate(name: string, context: QueryASTContext): Cypher.Predicate[] {
const authFilters = this.authFilters[name];
if (!authFilters) return [];
Expand Down

0 comments on commit 3872b2f

Please sign in to comment.