diff --git a/src/FilterLists.Services/Snapshot/SnapshotService.cs b/src/FilterLists.Services/Snapshot/SnapshotService.cs index 502543674..253a69e5c 100644 --- a/src/FilterLists.Services/Snapshot/SnapshotService.cs +++ b/src/FilterLists.Services/Snapshot/SnapshotService.cs @@ -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