Skip to content

Commit

Permalink
chore: add missing call to AsSplitQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Mar 4, 2025
1 parent 46b103e commit 9b2fe3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public async Task<IEnumerable<Identity>> FindWithTier(TierId tierId, Cancellatio
{
var identities = await (track ? _identitiesDbSet : _readOnlyIdentities)
.IncludeAll(_dbContext)
.AsSplitQuery()
.Where(i => i.TierId == tierId)
.ToListAsync(cancellationToken);

Expand Down

0 comments on commit 9b2fe3e

Please sign in to comment.