mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
set HTTP 200, but empty, lists as successful
This commit is contained in:
parent
a217c71f4e
commit
0725ad8871
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ private async Task AddSnapEntity()
|
|||
private async Task SaveAsync()
|
||||
{
|
||||
await TryGetLines();
|
||||
if (lines != null && lines.Count > 0)
|
||||
if (lines != null)
|
||||
{
|
||||
await SaveInBatches();
|
||||
await SetSuccessful();
|
||||
|
|
|
|||
Loading…
Reference in a new issue