We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9404e21 commit 72aeb27Copy full SHA for 72aeb27
src/app/Fake.Api.GitHub/GitHub.fs
@@ -469,4 +469,4 @@ module GitHub =
469
/// </example>
470
let createPullRequest owner repoName (pullRequest: NewPullRequest) (client: Async<GitHubClient>) =
471
retryWithArg 5 client
472
- <| fun client' -> async { return Async.AwaitTask <| client'.PullRequest.Create(owner, repoName, pullRequest) }
+ <| fun client' -> async { return! Async.AwaitTask <| client'.PullRequest.Create(owner, repoName, pullRequest) }
0 commit comments