chore: minor formatting

This commit is contained in:
Cory Dransfeldt 2024-02-09 09:46:15 -08:00
parent 7f6687f347
commit bb111f93e0
No known key found for this signature in database
2 changed files with 18 additions and 13 deletions

View file

@ -162,5 +162,6 @@ export const postStats = (collectionApi) => {
statsObject.totalWordCount = totalWordCount
statsObject.totalCodeBlockCount = totalCodeBlockCount
statsObject.highPostCount = highPostCount
return statsObject
}