Skip to content

Commit

Permalink
[skip ci] fix verbiage on comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chaim1221 committed Feb 26, 2021
1 parent bf0eca7 commit ab56862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Machete.Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
});

// The following code is trying to get lookup static IDs as if they were coming from a singleton database.
// It ignores the fact that the database provider is multi-tenant, and does expose a singleton tenant.
// It ignores the fact that the database provider is multi-tenant, and does not expose a singleton tenant.
//
// Alas, the serviceScope object does nothing anyway as the line which populates static IDs is commented out.
// The apparent purpose is better achieved by improving the Lookups initialization (above).
Expand Down

0 comments on commit ab56862

Please sign in to comment.