Skip to content

Commit

Permalink
fix: #8640, add bookmarks to intFields
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 21, 2020
1 parent bcac080 commit 4f14dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posts/data.js
Expand Up @@ -7,7 +7,7 @@ const utils = require('../utils');
const intFields = [
'uid', 'pid', 'tid', 'deleted', 'timestamp',
'upvotes', 'downvotes', 'deleterUid', 'edited',
'replies',
'replies', 'bookmarks',
];

module.exports = function (Posts) {
Expand Down

0 comments on commit 4f14dc7

Please sign in to comment.