We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af102bf commit 68edc40Copy full SHA for 68edc40
src/Umbraco.Cms.Integrations.Search.Algolia/AlgoliaComposer.cs
@@ -23,7 +23,7 @@ public void Compose(IUmbracoBuilder builder)
23
24
builder.AddNotificationAsyncHandler<ContentCacheRefresherNotification, AlgoliaContentCacheRefresherHandler>();
25
26
- _ = builder.Services.AddOptions<AlgoliaSettings>()
+ builder.Services.AddOptions<AlgoliaSettings>()
27
.Bind(builder.Config.GetSection(Constants.SettingsPath));
28
29
builder.Services.AddSingleton<IAlgoliaIndexService, AlgoliaIndexService>();
0 commit comments