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

Commit

Permalink
- merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored May 21, 2024
1 parent 7b234ee commit 79c4b4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/KiotaClientFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public static IList<DelegatingHandler> CreateDefaultHandlers(IRequestOption[]? o
return new List<DelegatingHandler>
{
//add the default middlewares as they are ready, and add them to the list below as well
//add the default middlewares as they are ready

optionsForHandlers.OfType<UriReplacementHandlerOption>().FirstOrDefault() is UriReplacementHandlerOption uriReplacementOption
? new UriReplacementHandler<UriReplacementHandlerOption>(uriReplacementOption)
Expand Down

0 comments on commit 79c4b4a

Please sign in to comment.