fix: console

This commit is contained in:
元凛
2022-02-10 11:05:42 +08:00
parent 10d7255209
commit 58c8d40948
4 changed files with 2 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import { Octokit } from '@octokit/rest';
import * as core from '@actions/core';
import * as core from '../core';
import { EEmoji } from '../shared';
import { TEmoji, TLockReasons, TUpdateMode, TIssueState, TUserPermission } from '../types';
import { IIssueBaseInfo, IIssueCoreEngine, IListIssuesParams, TIssueList, TIssueInfo, TCommentList } from './types';