Fix scope mishandling
This commit is contained in:
@ -11,8 +11,8 @@
|
||||
|
||||
public ManagerState State { get; }
|
||||
|
||||
Task StartAsync();
|
||||
Task StartAsync(IServiceScope scope);
|
||||
|
||||
Task CheckStateAsync();
|
||||
Task CheckStateAsync(IServiceScope scope);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user