File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ module.exports = {
3939 "src/commands/pull.ts" ,
4040 "src/lib/file-system-repo.test.ts" ,
4141 "src/lib/file-system-repo.ts" ,
42- "src/server/api/items.ts" ,
4342 "src/server/api/readme.ts" ,
4443 "src/server/app.ts" ,
4544 "src/server/lib/get-current-user.ts" ,
Original file line number Diff line number Diff line change 11import type Express from "express" ;
22import { Router } from "express" ;
3- import { config } from "../../lib/config " ;
3+ import { checkFrontmatterType } from "../../lib/check-frontmatter-type " ;
44import { getFileSystemRepo } from "../../lib/get-file-system-repo" ;
55import { getQiitaApiInstance } from "../../lib/get-qiita-api-instance" ;
6- import { itemsShowPath } from "../../lib/qiita-cli-url" ;
76import { validateItem } from "../../lib/validators/item-validator" ;
87import type {
98 ItemViewModel ,
109 ItemsIndexViewModel ,
1110 ItemsShowViewModel ,
1211} from "../../lib/view-models/items" ;
13- import { Item , QiitaApi } from "../../qiita-api" ;
14- import { checkFrontmatterType } from "../../lib/check-frontmatter-type" ;
12+ import { Item } from "../../qiita-api" ;
1513import { getCurrentUser } from "../lib/get-current-user" ;
1614import { itemUrl } from "../lib/qiita-url" ;
1715
You can’t perform that action at this time.
0 commit comments