Skip to content

Commit 68edc40

Browse files
acoumbAndyButland
andauthored
Update src/Umbraco.Cms.Integrations.Search.Algolia/AlgoliaComposer.cs
Co-authored-by: Andy Butland <[email protected]>
1 parent af102bf commit 68edc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Search.Algolia/AlgoliaComposer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void Compose(IUmbracoBuilder builder)
2323

2424
builder.AddNotificationAsyncHandler<ContentCacheRefresherNotification, AlgoliaContentCacheRefresherHandler>();
2525

26-
_ = builder.Services.AddOptions<AlgoliaSettings>()
26+
builder.Services.AddOptions<AlgoliaSettings>()
2727
.Bind(builder.Config.GetSection(Constants.SettingsPath));
2828

2929
builder.Services.AddSingleton<IAlgoliaIndexService, AlgoliaIndexService>();

0 commit comments

Comments
 (0)