Skip to content

Commit

Permalink
Distinct service resources
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Feb 17, 2025
1 parent 81f2962 commit d9c5218
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ public async Task<SearchDialogResult> Handle(SearchDialogQuery request, Cancella

var serviceResources = paginatedList.Items
.Select(x => x.ServiceResource)
.Distinct()
.ToList();

var resourcePolicyInformation = await _db.ResourcePolicyInformation
Expand Down

0 comments on commit d9c5218

Please sign in to comment.