Skip to content

Commit 1091370

Browse files
authored
fix(api): PageSummery does not has commitId
fix #73
1 parent 3314a9c commit 1091370

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/pages/project.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)