Skip to content

Commit

Permalink
Rename method
Browse files Browse the repository at this point in the history
Rename method to react to breaking change.
  • Loading branch information
martincostello authored May 4, 2024
1 parent 15a8ee1 commit 44dad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LondonTravel.Site/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
builder.Services.AddSingleton(TimeProvider.System);
builder.Services.AddSingleton<ITflServiceFactory, TflServiceFactory>();

builder.AddAzureCosmosDBClient("Cosmos");
builder.AddAzureCosmosClient("Cosmos");
builder.Services.AddSingleton(DocumentHelpers.CreateClient);
builder.Services.TryAddSingleton<IDocumentService, DocumentService>();
builder.Services.TryAddSingleton<IDocumentCollectionInitializer, DocumentCollectionInitializer>();
Expand Down

0 comments on commit 44dad0e

Please sign in to comment.