Skip to content

Commit

Permalink
fix(web): author of book can be null
Browse files Browse the repository at this point in the history
close #4285
  • Loading branch information
Xwite committed Oct 18, 2024
1 parent 4ffa729 commit 0f98e4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/web/src/views/BookChapter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ onMounted(async () => {
bookUrl,
// @ts-expect-error: bookUrl name author is NON_Blank string here
name,
// @ts-expect-error: bookUrl name author is NON_Blank string here
author,
chapterIndex,
chapterPos,
Expand Down

0 comments on commit 0f98e4d

Please sign in to comment.