diff --git a/src/FilterLists.Services/SnapshotService/SnapshotDe.cs b/src/FilterLists.Services/SnapshotService/SnapshotDe.cs index 66493a3a2..366053f40 100644 --- a/src/FilterLists.Services/SnapshotService/SnapshotDe.cs +++ b/src/FilterLists.Services/SnapshotService/SnapshotDe.cs @@ -50,7 +50,7 @@ private async Task TryGetContent() } catch (HttpRequestException) { - //TODO: log error + snapshot.HttpStatusCode = null; return null; } }