Somebody take the keyboard away from me

This commit is contained in:
Haacked
2015-04-21 16:25:08 -07:00
parent afd5f8ab56
commit 119d331b44
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -207,7 +207,8 @@ namespace Octokit
uri,
data,
accepts,
contentType).ConfigureAwait(false);
contentType,
twoFactorAuthenticationCode).ConfigureAwait(false);
return response.Body;
}