logisticsSequenceMemoryDirectory

This commit is contained in:
2022-03-22 12:54:15 -07:00
parent 8fb5683cbb
commit 5c4d1adda8
2 changed files with 8 additions and 10 deletions

View File

@ -212,7 +212,7 @@ public class FileRead : Shared.FileRead, IFileRead
if (_HttpClient is null)
throw new Exception($"{nameof(_HttpClient)} is null!");
if (!isDummyRun && _IsEAFHosted)
ProcessData.PutOpenInsightCommonGatewayInterfaceReactorStatesStatus(this, _Logistics, _HttpClient, descriptions);
ProcessData.PutOpenInsightCommonGatewayInterfaceReactorStatesStatus(this, _Logistics, _HttpClient, descriptions, logisticsSequenceMemoryDirectory);
}
else
throw new Exception();