Merge branch 'master' of http://172.20.20.19:3000/ft/skyscraper8
Some checks failed
🚀 Pack skyscraper8 / make-zip (push) Failing after 36s
Some checks failed
🚀 Pack skyscraper8 / make-zip (push) Failing after 36s
This commit is contained in:
commit
3b30ff7371
@ -119,6 +119,11 @@ namespace skyscraper5.Skyscraper.Scraper.Storage.InMemory
|
||||
{
|
||||
bool result = false;
|
||||
NitNetwork r = nitNetworks[l.NetworkId];
|
||||
if (r == null)
|
||||
{
|
||||
StoreNitNetwork(l);
|
||||
return true;
|
||||
}
|
||||
|
||||
if (string.IsNullOrEmpty(r.Name) && !string.IsNullOrEmpty(l.Name))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user