Fix reminding for livetradingbot
This commit is contained in:
@@ -72,7 +72,7 @@ public static class ApiBootstrap
|
||||
|
||||
public static IServiceCollection AddHostedServices(this IServiceCollection services)
|
||||
{
|
||||
services.AddHostedService<PriceFetcherInitializer>();
|
||||
services.AddHostedService<GrainInitializer>();
|
||||
return services;
|
||||
}
|
||||
|
||||
@@ -342,7 +342,6 @@ public static class ApiBootstrap
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
private static IServiceCollection AddApplication(this IServiceCollection services)
|
||||
{
|
||||
services.AddScoped<ITradingService, TradingService>();
|
||||
|
||||
Reference in New Issue
Block a user