We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099e7e5 commit 5ed257bCopy full SHA for 5ed257b
src/works/index.ts
@@ -20,7 +20,7 @@ import {
20
getWorkTotalChapters,
21
getWorkUpdateDate,
22
getWorkWarnings,
23
- getWorkWordcount,
+ getWorkWordCount,
24
} from "./getters";
25
26
import { loadWorkPage } from "../page-loaders";
@@ -44,7 +44,7 @@ export const getWork = async ({
44
id: workId,
45
authors: getWorkAuthors(workPage),
46
title: getWorkTitle(workPage),
47
- words: getWorkWordcount(workPage),
+ words: getWorkWordCount(workPage),
48
language: getWorkLanguage(workPage),
49
rating: getWorkRating(workPage),
50
category: getWorkCategory(workPage),
0 commit comments