소스 검색

Fixes lint

main
Ramin Tadayon 1 년 전
부모
커밋
414edb15f4
No known key found for this signature in database GPG 키 ID: 79D60DDE3DFB95F5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/plus/github/models.ts

+ 1
- 1
src/plus/github/models.ts 파일 보기

@ -1,6 +1,6 @@
import type { Endpoints } from '@octokit/types';
import { GitFileIndexStatus } from '../../git/models/file';
import type { IssueLabel, IssueMember, IssueOrPullRequestType } from '../../git/models/issue';
import type { IssueLabel, IssueOrPullRequestType } from '../../git/models/issue';
import { Issue } from '../../git/models/issue';
import type { PullRequestState } from '../../git/models/pullRequest';
import { PullRequest, PullRequestMergeableState, PullRequestReviewDecision } from '../../git/models/pullRequest';

불러오는 중...
취소
저장