chore: minor formatting
This commit is contained in:
parent
7f6687f347
commit
bb111f93e0
2 changed files with 18 additions and 13 deletions
|
@ -162,5 +162,6 @@ export const postStats = (collectionApi) => {
|
|||
statsObject.totalWordCount = totalWordCount
|
||||
statsObject.totalCodeBlockCount = totalCodeBlockCount
|
||||
statsObject.highPostCount = highPostCount
|
||||
|
||||
return statsObject
|
||||
}
|
||||
|
|
Reference in a new issue