Skip to content

Commit

Permalink
Change to transient registration.
Browse files Browse the repository at this point in the history
  • Loading branch information
microposmp committed Oct 7, 2024
1 parent 82212ae commit b526288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public override void ConfigureServices(IServiceCollection services)
options.BlobName);
});

services.AddSingleton<IModularTenantEvents, BlobModularTenantEvents>();
services.AddTransient<IModularTenantEvents, BlobModularTenantEvents>();
}
else
{
Expand Down

0 comments on commit b526288

Please sign in to comment.