Skip to content

Commit

Permalink
Add missing event handler for validating subscription.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Birkeli committed Nov 7, 2022
1 parent ee468e5 commit 64b0690
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public static bool IsAdded(this IServiceCollection services, Type serviceType)

private static void AddEventServices(IServiceCollection services)
{
services.AddTransient<IEventHandler, SubscriptionValidationHandler>();
services.AddTransient<IEventHandlerResolver, EventHandlerResolver>();
services.TryAddSingleton<IEventSecretCodeProvider, KeyVaultEventSecretCodeProvider>();

Expand Down

0 comments on commit 64b0690

Please sign in to comment.