From 0f98e4d27cc8013acaa71f2c392ed39afba6f8de Mon Sep 17 00:00:00 2001 From: Xwite <1797350009@qq.com> Date: Sat, 19 Oct 2024 06:47:54 +0800 Subject: [PATCH] fix(web): author of book can be null close #4285 --- modules/web/src/views/BookChapter.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/web/src/views/BookChapter.vue b/modules/web/src/views/BookChapter.vue index 83d5ad202..34937e293 100644 --- a/modules/web/src/views/BookChapter.vue +++ b/modules/web/src/views/BookChapter.vue @@ -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,