This commit is contained in:
Baris Usakli
2019-06-26 12:16:05 -04:00
2 changed files with 1 additions and 2 deletions

View File

@@ -138,7 +138,6 @@ module.exports = function (Categories) {
teaser.parentCid = parseInt(parentCids[teaser.cid], 10) || 0;
teaser.tid = undefined;
teaser.uid = undefined;
teaser.user.uid = undefined;
teaser.topic = {
slug: topicData[index].slug,
title: topicData[index].title,