diff --git a/src/posts/create.js b/src/posts/create.js index 7da15f9311..d68781d8ef 100644 --- a/src/posts/create.js +++ b/src/posts/create.js @@ -35,8 +35,7 @@ module.exports = function (Posts) { tid: tid, content: content, timestamp: timestamp, - anonymous: data.anonymous ? 1 : 0, - // Added anonymous status + anonymous: data.anonymous ? 1 : 0, }; if (data.toPid) {