Make prettier happy.
This commit is contained in:
parent
f69356e628
commit
cb622ead43
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue