Compare commits

..

No commits in common. "cd9f7f88123c0be80fa21e50de97381dc347bb23" and "cf245839748b274352d377f537a4aa41a2f55900" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -2900,7 +2900,6 @@ namespace IRaCIS.Core.Application.Service
if (maxReadingTime != null)
{
query = query.Where(x => x.FirstReadingTime == maxReadingTime);
skipcount = 0;
}
task = await query
.Select(x => new GetReadingTaskDto()