Skip to content

Commit

Permalink
Merge pull request #1176 from joshsacks/develop
Browse files Browse the repository at this point in the history
Found more issues with the extension methods.
  • Loading branch information
alexeyzimarev authored Sep 24, 2018
2 parents 104e822 + eaa4d81 commit 49894a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ RestSharp.IntegrationTests/config.json
*.ncrunchproject
*.ncrunchsolution
/.vs/RestSharp/v15/Server/sqlite3
/.vs/
1 change: 1 addition & 0 deletions RestSharp/RestClient.Sync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public virtual IRestResponse Execute(IRestRequest request, Method httpMethod)
if (request == null)
throw new ArgumentNullException(nameof(request));

request.Method = httpMethod;
return Execute(request);
}

Expand Down

0 comments on commit 49894a9

Please sign in to comment.