提交 48be3ebb 编写于 作者: P Peng Lyu

Fix error for get prs

上级 48179d7b
......@@ -406,7 +406,7 @@ export class GitHubRepository {
return Promise.all(promises).then(values => {
return values.map(item => {
if (!item.head.repo) {
if (!item.data.head.repo) {
console.log('The remote branch for this PR was already deleted.');
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册