v2.47.0 - Read to test IQS query - better date

This commit is contained in:
2022-11-30 12:49:52 -07:00
parent d21cef3ecb
commit 6a63632bc7
48 changed files with 913 additions and 182 deletions

View File

@ -44,8 +44,7 @@ public partial class WS
_ = stringBuilder.AppendLine(exception.Message);
exception = exception.InnerException;
}
if (results.Errors is null)
results.Errors = new List<string>();
results.Errors ??= new List<string>();
results.Errors.Add(stringBuilder.ToString());
}
return new(resultsJson, results);