Skip to content

Commit

Permalink
remove duplicated handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Jan 6, 2025
1 parent b06758e commit 9d74161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mimir.Worker/HostApplicationBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public static HostApplicationBuilder ConfigureHandlers(this HostApplicationBuild
builder.Services.AddBackgroundService<ItemSlotStateHandler>();
builder.Services.AddBackgroundService<PetStateHandler>();
builder.Services.AddBackgroundService<PledgeStateHandler>();
builder.Services.AddBackgroundService<PledgeStateHandler>();
builder.Services.AddBackgroundService<ProductsStateHandler>();
builder.Services.AddBackgroundService<ProductStateHandler>();
builder.Services.AddBackgroundService<RaiderStateHandler>();
Expand Down

0 comments on commit 9d74161

Please sign in to comment.