Make prettier happy.

This commit is contained in:
Guo Xiang Tan 2018-06-22 11:37:43 +08:00
parent f69356e628
commit cb622ead43
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ export default function transformPost(
postAtts.userFilters = postStream.userFilters;
if (topic.force_summary_mode) {
postStream.set('summary', topic.force_summary_mode);
postStream.set("summary", topic.force_summary_mode);
}
postAtts.topicSummaryEnabled = postStream.summary;