Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
its below
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed May 18, 2024
1 parent b9044dc commit a47e2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KiotaClientFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static IList<DelegatingHandler> CreateDefaultHandlers()
{
return new List<DelegatingHandler>
{
//add the default middlewares as they are ready, and add them to the list above as well
//add the default middlewares as they are ready, and add them to the list below as well
new UriReplacementHandler<UriReplacementHandlerOption>(),
new RetryHandler(),
new RedirectHandler(),
Expand Down

0 comments on commit a47e2a8

Please sign in to comment.