Skip to content

Commit cca88f9

Browse files
committed
Update ExpressionBuilder.cs
1 parent d5669a2 commit cca88f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/GraphQL.EntityFramework/Where/ExpressionBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ static Expression MakePredicateBody(string path, Comparison comparison, string?[
9595
// If the expression should be negated
9696
if (negate)
9797
{
98-
// Not it
9998
expressionBody = NegateExpression(expressionBody);
10099
}
101100

0 commit comments

Comments
 (0)