mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
e965bd302c
commit
e97bb95dbd
1 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue