style: perf

This commit is contained in:
元凛
2022-02-10 14:24:22 +08:00
parent 92b9e397a9
commit 2b4519585f
4 changed files with 27 additions and 23 deletions

View File

@@ -136,7 +136,6 @@ export class IssueCoreEngine implements IIssueCoreEngine {
repo,
issue_number: issueNumber,
});
console.log(issue)
return issue.data as unknown as TIssueInfo;
}