This commit is contained in:
元凛
2022-02-10 10:33:03 +08:00
parent 733de0e514
commit cca9ff3da4
3 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export class IssueCoreEngine implements IIssueCoreEngine {
private octokit!: Octokit;
public constructor(_info: IIssueBaseInfo) {
console.log(_info)
if (_info.owner && _info.repo) {
this.owner = _info.owner;
this.repo = _info.repo;