fix summary parsing
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
de0737f641
commit
49c8d9b606
@ -110,7 +110,7 @@ export const createAndParseSummary = async (
|
|||||||
ch.shift();
|
ch.shift();
|
||||||
ch.pop();
|
ch.pop();
|
||||||
return {
|
return {
|
||||||
title: ch[0].slice(1, -1) as string,
|
title: ch[0] as string,
|
||||||
summary: ch[1] as string,
|
summary: ch[1] as string,
|
||||||
} as ChapterListItem;
|
} as ChapterListItem;
|
||||||
}) as ChapterListItem[];
|
}) as ChapterListItem[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user