diff --git a/Shop/Program.cs b/Shop/Program.cs index 0d0b56f..c054859 100644 --- a/Shop/Program.cs +++ b/Shop/Program.cs @@ -1,5 +1,4 @@ using LiteCharms.Extensions; -using Microsoft.AspNetCore.DataProtection; using Shop.Components; using static LiteCharms.Abstractions.Constants; @@ -18,7 +17,7 @@ builder.Services.AddMediator(); builder.Services.AddSalesServiceBus(); builder.Services.AddGeneralServiceBus(); builder.Services.AddShopDatabase(builder.Configuration); -builder.Services.AddQuartzSchedulerClient(ShopSchedulerName, ShopSchedulerInstanceId, builder.Configuration); +builder.Services.AddQuartzSchedulerClient(ShopSchedulerName, builder.Configuration); builder.Services.AddPostgresHealtchCheck(); builder.Services.AddQuartzHealtchCheck(); diff --git a/Shop/Shop.csproj b/Shop/Shop.csproj index ac309b8..a44e978 100644 --- a/Shop/Shop.csproj +++ b/Shop/Shop.csproj @@ -17,9 +17,9 @@ - - - + + +