test update componenti nuget
This commit is contained in:
@@ -4,6 +4,7 @@ using Newtonsoft.Json;
|
||||
using NLog;
|
||||
using StackExchange.Redis;
|
||||
using System.Diagnostics;
|
||||
using EgwMultiEngineManager.Data;
|
||||
|
||||
namespace Lux.API.Services
|
||||
{
|
||||
@@ -31,7 +32,7 @@ namespace Lux.API.Services
|
||||
{
|
||||
try
|
||||
{
|
||||
var retData = JsonConvert.DeserializeObject<EgwMultiEngineManager.Data.AnswerDTO>(rawData);
|
||||
var retData = JsonConvert.DeserializeObject<AnswerDTO>(rawData);
|
||||
if (retData != null)
|
||||
{
|
||||
if (retData.Args != null && retData.Args.Count > 0)
|
||||
|
||||
Reference in New Issue
Block a user