Smart Filter Encoding Fix (#2387)

This commit is contained in:
Joe Milazzo
2023-11-02 08:35:43 -05:00
committed by GitHub
parent b6d4938e22
commit 9894a2623c
133 changed files with 677 additions and 471 deletions
-1
View File
@@ -627,7 +627,6 @@ public class UserRepository : IUserRepository
return await ApplyLimit(filterSeriesQuery
.Sort(filter.SortOptions)
.AsSplitQuery(), filter.LimitTo)
.Select(o => o.Bookmark)
.ProjectTo<BookmarkDto>(_mapper.ConfigurationProvider)
.ToListAsync();
}