Skip to content

Commit

Permalink
fix: add intent to multi paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohongxuan committed Jul 28, 2024
1 parent 90aa3a7 commit 4ec1ef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/parseResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const parseHighlights = (
.filter((chapter) => chapter.chapterUid === highlight.chapterUid)
.first();
const intentMarkText = addIndentToParagraphs(highlight.markText)
console.log(intentMarkText);
return {
bookmarkId: highlight.bookmarkId?.replace(/_/gi, '-'),
created: highlight.createTime,
Expand Down

0 comments on commit 4ec1ef1

Please sign in to comment.