Skip to content

Commit 9f0aea1

Browse files
committed
Merged changes
2 parents 19ee54f + a60fd40 commit 9f0aea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static HttpClient Create(string version = "v1.0", string nationalCloud =
9393
pipeline = CreatePipeline(CreateDefaultHandlers(), DefaultHttpHandler());
9494
} else
9595
{
96-
pipeline = CreatePipeline(handlers, DefaultHttpHandler());
96+
pipeline = CreatePipeline(handlers,DefaultHttpHandler());
9797
}
9898

9999
HttpClient client = new HttpClient(pipeline);

0 commit comments

Comments
 (0)