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