Skip to content

Commit

Permalink
remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic NEED authored and Dominic NEED committed Nov 8, 2023
1 parent 75d8e05 commit 9ed89e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public async Task<List<Establishment>> GetByTrust(long? trustId, CancellationTok

// And ensure there is no conversion if SK is long
var establishments = await DefaultIncludes()
.Where(e => establishmentIds.Contains(e.SK)) // No conversion here
.Where(e => establishmentIds.Contains(e.SK))
.ToListAsync(cancellationToken)
.ConfigureAwait(false);

Expand Down

0 comments on commit 9ed89e5

Please sign in to comment.