Skip to content

Commit a29ca8d

Browse files
Update src/utils/get-core-content-text.mjs
1 parent 5f9286c commit a29ca8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/get-core-content-text.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function getCoreContentText() {
7171
}
7272

7373
if (isProbablyReaderable(document)) {
74-
const article = new Readability(document.cloneNode(true), {
74+
let article = new Readability(document.cloneNode(true), {
7575
keepClasses: true,
7676
}).parse()
7777
if (article?.textContent) {

0 commit comments

Comments
 (0)