Use operations kind
This commit is contained in:
@ -118,7 +118,7 @@ namespace Hcs.WebApp.BackgroundServices
|
||||
using var scope = scopeFactory.CreateScope();
|
||||
var headquartersService = scope.ServiceProvider.GetRequiredService<HeadquartersService>();
|
||||
|
||||
var operations = await headquartersService.GetResultWaitingOperationsAsync();
|
||||
var operations = await headquartersService.GetResultWaitingRemoteOperationsAsync();
|
||||
foreach (var operation in operations)
|
||||
{
|
||||
state.EnqueueOperation(operation);
|
||||
|
||||
Reference in New Issue
Block a user