Skip to content

Commit

Permalink
Comment out SendDeviceCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-mrq committed Apr 25, 2024
1 parent 9dd5e9d commit 6d90c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IoTHub.Portal.Server/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ Specify the authorization token got from your IDP as a header.
opts.UseInlineDefinitionsForEnums();
});

_ = services.AddHostedService<SendPlanningCommandService>();
_ = services.AddScoped<ISendPlanningCommandService, SendPlanningCommandService>();
//_ = services.AddHostedService<SendPlanningCommandService>();
//_ = services.AddScoped<ISendPlanningCommandService, SendPlanningCommandService>();

_ = services.AddApiVersioning(o =>
{
Expand Down

0 comments on commit 6d90c97

Please sign in to comment.