Updating branch with changes from master (#12)

* Copy release version to Dropbox on build

* Bug fix: Error thrown on list containing null item
This commit is contained in:
2020-09-23 13:15:30 +01:00
committed by GitHub
parent aeef35b57c
commit 8cd27646cd
3 changed files with 9 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ namespace bnhtrade.Core.Logic.Stock
{
CacheInnit();
typeCodeList.RemoveAll(string.IsNullOrWhiteSpace);
if (typeCodeList == null || !typeCodeList.Any())
{
return;