Skip to content

Commit 6f14721

Browse files
committed
Fix merge error.
1 parent d0af139 commit 6f14721

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

RestSharp/RestClient.Async.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ public virtual RestRequestAsyncHandle ExecuteAsync(IRestRequest request, Action<
8686
case Method.PATCH:
8787
webRequest = http.PatchAsync(r => ProcessResponse(r, asyncHandle, callback));
8888
break;
89-
case Method.PATCH:
90-
webRequest = http.PatchAsync(r => ProcessResponse(r, asyncHandle, callback));
91-
break;
9289
}
9390

9491
asyncHandle.WebRequest = webRequest;

0 commit comments

Comments
 (0)