Skip to content

Commit

Permalink
Remove duplicate filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Apr 25, 2024
1 parent 1ec5776 commit fb16171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lombiq.Privacy/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public override void ConfigureServices(IServiceCollection services)
{
services.AddTransient<IConfigureOptions<ResourceManagementOptions>, ResourceManagementOptionsConfiguration>();
services.AddAsyncResultFilter<PrivacyConsentBannerInjectionFilter>();
services.Configure<MvcOptions>((options) => options.Filters.Add(typeof(PrivacyConsentBannerInjectionFilter)));
services.AddDataMigration<PrivacyConsentBannerSettingsMigrations>();
services.AddScoped<INavigationProvider, PrivacyConsentBannerSettingsMenu>();
}
Expand Down

0 comments on commit fb16171

Please sign in to comment.