test: con

This commit is contained in:
元凛
2022-02-10 10:49:12 +08:00
parent 3523cc98b0
commit 20dffb5f1d
4 changed files with 8 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ export class IssueHelperEngine implements IIssueHelperEngine {
}
public async doExeAction(action: TAction) {
const { owner, repo, issueNumber, emoji, labels, assignees, title, body, updateMode, state, ctx } = this;
const { issueNumber, emoji, labels, assignees, title, body, updateMode, state, ctx } = this;
switch (action) {
// ---[ Base Begin ]--->>>
case 'add-assignees': {