fix: wordcount calling excerpt

This commit is contained in:
Adam Pash 2016-09-14 15:12:05 -04:00
parent 7fc1f7f6bb
commit cc060b794d

View File

@ -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 {