Skip to content

Commit

Permalink
hotfix: remove organisation-cache to keep organisation-entities track…
Browse files Browse the repository at this point in the history
…ed by ef-core
  • Loading branch information
jonasbjoralt committed Oct 25, 2024
1 parent 3aafe44 commit 909ee96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public static class RepositoryExtensions
public static void AddRepositories(this WebApplicationBuilder builder)
{
builder.Services.AddScoped<IOrganisationRepository, OrganisationDbRepository>();
builder.Services.Decorate<IOrganisationRepository, OrganizationCacheRepository>();

builder.Services.AddScoped<IEngagementRepository, EngagementDbRepository>();
builder.Services.AddScoped<IDepartmentRepository, DepartmentDbRepository>();
Expand Down

0 comments on commit 909ee96

Please sign in to comment.