Skip to content

Commit

Permalink
Cleanup MemoryUpdateBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit committed Dec 5, 2024
1 parent fd05f71 commit 227bf97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DataAccess/src/SIL.DataAccess/MemoryUpdateBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ Expression<Func<TEntity, TField>> field
}
break;
case ArrayPosition.All:
// This doesn't filter as it should - but it's good enough for unit testing.
case ArrayPosition.ArrayFilter:
newOwners.AddRange(((IEnumerable)owner).Cast<object>());
break;
default:
Expand Down

0 comments on commit 227bf97

Please sign in to comment.