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) {