fix: remove 0 fields

v1.18.x
Barış Soner Uşaklı 6 years ago
parent 75bcb0f484
commit ac4a500402

@ -33,9 +33,6 @@ module.exports = function (Topics) {
lastposttime: 0,
postcount: 0,
viewcount: 0,
locked: 0,
deleted: 0,
pinned: 0,
};
if (data.thumb) {
topicData.thumb = data.thumb;

Loading…
Cancel
Save