Skip to content

Commit

Permalink
remove extra jsonPath
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSikilinda authored and jeremydmiller committed Oct 8, 2024
1 parent 6991f6d commit a63b3e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Marten/Linq/SqlGeneration/Filters/CollectionIsEmpty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ internal class CollectionIsEmpty: IReversibleWhereFragment
public CollectionIsEmpty(ICollectionMember member)
{
_member = member;
var jsonPath = member.WriteJsonPath();
_text = $"d.data @? '$ ? (@.{member.MemberName} == null || @.{member.MemberName}.size() == 0)'";
}

Expand Down

0 comments on commit a63b3e1

Please sign in to comment.