Fixes
This commit is contained in:
@@ -23,7 +23,7 @@ public class ComponentHost(IServiceProvider services,
|
||||
{
|
||||
foreach (IInitialization initializer in initializers)
|
||||
{
|
||||
await initializer.OnInitialize();
|
||||
await initializer.Initialize();
|
||||
}
|
||||
|
||||
foreach (IHostedService service in hostedServices)
|
||||
|
||||
Reference in New Issue
Block a user