client/posts: fix mass tag not sending version
This commit is contained in:
parent
79b3973f9e
commit
46435182f6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const PostsPageView = require('../views/posts_page_view.js');
|
|||
|
||||
const fields = [
|
||||
'id', 'thumbnailUrl', 'type',
|
||||
'score', 'favoriteCount', 'commentCount', 'tags'];
|
||||
'score', 'favoriteCount', 'commentCount', 'tags', 'version'];
|
||||
|
||||
class PostListController {
|
||||
constructor(ctx) {
|
||||
|
|
Loading…
Reference in a new issue