Fix parse campaign start
This commit is contained in:
@ -72,7 +72,7 @@ namespace Hcs.WebApp.BackgroundServices.CampaignManagers
|
|||||||
|
|
||||||
if (operations != null)
|
if (operations != null)
|
||||||
{
|
{
|
||||||
operationExecutionState.EnqueueOperation(operations.First());
|
dataParsingState.EnqueueOperation(operations.First());
|
||||||
}
|
}
|
||||||
|
|
||||||
State = IManager.ManagerState.Started;
|
State = IManager.ManagerState.Started;
|
||||||
|
|||||||
Reference in New Issue
Block a user