Skip to content

Commit 1d28224

Browse files
authored
Merge pull request #74 from scrapbox-jp/takker99-patch-1
fix(api): `PageSummery` does not has `commitId`
2 parents 3314a9c + 5db28ea commit 1d28224

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

api/pages/project.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { CommitId, PageId, UnixTime, UserId } from "../../base.ts";
1+
import type { PageId, UnixTime, UserId } from "../../base.ts";
22

33
/** the response type of https://scrpabox.io/api/pages/:projectname */
44
export interface PageList {
@@ -23,9 +23,6 @@ export interface PageSummery {
2323
/** page id */
2424
id: PageId;
2525

26-
/** 最新の編集コミットid */
27-
commitId: CommitId;
28-
2926
/** the title of a page */
3027
title: string;
3128

0 commit comments

Comments
 (0)