mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
simplify GetListsToCapture()
This commit is contained in:
parent
6413e66d8c
commit
4db5fab4be
1 changed files with 1 additions and 4 deletions
|
|
@ -39,10 +39,7 @@ await DbContext
|
|||
.Select(s => s.CreatedDateUtc)
|
||||
.OrderByDescending(d => d)
|
||||
.First() < yesterday &&
|
||||
!l.Snapshots
|
||||
.First()
|
||||
.FilterList
|
||||
.ViewUrl
|
||||
!l.ViewUrl
|
||||
.StartsWith(WaybackService.WaybackMachineUrlPrefix)))
|
||||
.OrderBy(l => l.Snapshots.Any())
|
||||
.ThenBy(l => l.Snapshots
|
||||
|
|
|
|||
Loading…
Reference in a new issue