Skip to content

Commit 67e2730

Browse files
committed
remove unneeded code line
1 parent b8cd6ab commit 67e2730

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

powerapps-docs/developer/common-data-service/walkthrough-blazor-webassembly-single-tenant.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ Update the file to include a new `CDSWebAPI` section that includes the root of t
232232
var timeoutSeconds = int.Parse(CDSWebApiConfig.GetSection("TimeoutSeconds").Value);
233233

234234
// Create an named definition of an HttpClient that can be created in a component page
235-
// using IHttpClientFactory.CreateClient("CDSClient")
236235
builder.Services.AddHttpClient("CDSClient", client =>
237236
{
238237
// See https://docs.microsoft.com/powerapps/developer/common-data-service/webapi/compose-http-requests-handle-errors

0 commit comments

Comments
 (0)