From 79c4b4ae69efdd2cfdd0178c928055bed718f3d7 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 21 May 2024 15:35:35 -0400 Subject: [PATCH] - merge fix --- src/KiotaClientFactory.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/KiotaClientFactory.cs b/src/KiotaClientFactory.cs index 244727b..4e4ca05 100644 --- a/src/KiotaClientFactory.cs +++ b/src/KiotaClientFactory.cs @@ -56,7 +56,6 @@ public static IList CreateDefaultHandlers(IRequestOption[]? o return new List { //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().FirstOrDefault() is UriReplacementHandlerOption uriReplacementOption ? new UriReplacementHandler(uriReplacementOption)