diff options
Diffstat (limited to 'src/data/things')
-rw-r--r-- | src/data/things/language.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/things/language.js b/src/data/things/language.js index 88e8d996..08c52cb8 100644 --- a/src/data/things/language.js +++ b/src/data/things/language.js @@ -937,7 +937,6 @@ Object.assign(Language.prototype, { countArtworks: countHelper('artworks'), countCommentaryEntries: countHelper('commentaryEntries', 'entries'), countContributions: countHelper('contributions'), - countCoverArts: countHelper('coverArts'), countDays: countHelper('days'), countFlashes: countHelper('flashes'), countMonths: countHelper('months'), |