Add storages count check
This commit is contained in:
parent
2306f8b82c
commit
e1b3695a42
@ -73,6 +73,9 @@ namespace AirBomber.Generics
|
||||
|
||||
writer.WriteLine($"{Record.Key}{_keyValueDelimiter}{Records}");
|
||||
}
|
||||
|
||||
if (_entityStorages.Count == 0)
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user