Skip to content

Commit

Permalink
Removed include org
Browse files Browse the repository at this point in the history
  • Loading branch information
Fargekritt committed Jan 17, 2025
1 parent 9f846c7 commit d4b32ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ public async Task<SearchDialogResult> Handle(SearchDialogQuery request, Cancella
var paginatedList = await dialogQuery
.Include(x => x.Content)
.ThenInclude(x => x.Value.Localizations)
.Include(x => x.Org)
.WhereIf(request.IdempotentKey is not null, x => x.IdempotentKey == request.IdempotentKey)
.WhereIf(!request.ServiceResource.IsNullOrEmpty(),
x => request.ServiceResource!.Contains(x.ServiceResource))
Expand Down

0 comments on commit d4b32ce

Please sign in to comment.