fix: wordcount calling excerpt

pull/3/head
Adam Pash 8 years ago
parent 7fc1f7f6bb
commit cc060b794d

@ -41,7 +41,7 @@ const GenericExtractor = {
const dek = this.dek({ ...options, content });
const nextPageUrl = this.nextPageUrl(options);
const excerpt = this.excerpt({ ...options, content });
const wordCount = this.excerpt({ ...options, content });
const wordCount = this.wordCount({ ...options, content });
const { url, domain } = this.urlAndDomain(options);
return {

Loading…
Cancel
Save