mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-21 11:15:50 +08:00
test:
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user