From 4e7d282de17fbb230bd4093276a64673ff141a01 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 14 Aug 2018 15:43:22 -0500 Subject: [PATCH] continue setting snap as complete on 404 ref #343 --- src/FilterLists.Services/Snapshot/SnapshotDe.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/FilterLists.Services/Snapshot/SnapshotDe.cs b/src/FilterLists.Services/Snapshot/SnapshotDe.cs index c2b799a91..b661d4bd1 100644 --- a/src/FilterLists.Services/Snapshot/SnapshotDe.cs +++ b/src/FilterLists.Services/Snapshot/SnapshotDe.cs @@ -42,12 +42,12 @@ public async Task SaveSnapshotAsync() { await SaveSnapshotInBatches(content); await DedupSnapshotRules(); - - //TODO: remove after closed: https://github.com/collinbarrett/FilterLists/issues/344 - await SetCompleted(); - - transaction.Commit(); } + + //TODO: remove after closed: https://github.com/collinbarrett/FilterLists/issues/344 + await SetCompleted(); + + transaction.Commit(); } catch (Exception e) {