Skip to content

Commit

Permalink
fix: 修改文件名+类型修改
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeD3 committed Jan 26, 2023
1 parent d4a2476 commit c769cf4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/server/api/articles/[id].ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface IArticle {
createdAt: string
updatedAt: string
authorId: IAuthor
tagId: { data: ITagItem[] }
tagIds: { data: ITagItem[] }
typeId: IType
columId: IColumn
}
Expand Down

0 comments on commit c769cf4

Please sign in to comment.