Skip to content

Commit

Permalink
Using temporary service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
wAsnk committed Nov 10, 2023
1 parent 328e6f3 commit 16dcfdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Lombiq.OSOCE.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.AddOrchardCms(orchardCoreBuilder =>
{
orchardCoreBuilder
.AddOrchardCoreApplicationInsightsTelemetry(builder.Services, configuration)
.AddOrchardCoreApplicationInsightsTelemetry(configuration)
.ConfigureFeaturesGuard(
new Dictionary<string, IEnumerable<string>>
{
Expand Down

0 comments on commit 16dcfdf

Please sign in to comment.