Skip to content

Commit b26ecc2

Browse files
committed
Fix bug
1 parent c33ac14 commit b26ecc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pull/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ func GetDiverging(ctx context.Context, pr *issues_model.PullRequest) (*gitrepo.D
181181
return nil, err
182182
}
183183

184-
return gitrepo.GetDivergingCommits(ctx, pr.BaseRepo, baseBranch, pr.GetGitHeadRefName())
184+
return gitrepo.GetDivergingCommits(ctx, pr.BaseRepo, pr.BaseBranch, pr.GetGitHeadRefName())
185185
}

0 commit comments

Comments
 (0)