Rename user.commentCount

This commit is contained in:
Toby Zerner
2018-08-24 21:33:18 +09:30
parent 64abbde8b2
commit 2ee10bb49f
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ Object.assign(User.prototype, {
newNotificationsCount: Model.attribute('newNotificationsCount'),
discussionCount: Model.attribute('discussionCount'),
commentsCount: Model.attribute('commentsCount'),
commentCount: Model.attribute('commentCount'),
canEdit: Model.attribute('canEdit'),
canDelete: Model.attribute('canDelete'),