continue setting snap as complete on 404

ref #343
This commit is contained in:
Collin M. Barrett 2018-08-14 15:43:22 -05:00
parent 1cc8c07394
commit 4e7d282de1

View file

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