chore: up harmony

This commit is contained in:
Barış Soner Uşaklı
2024-02-05 10:56:41 -05:00
parent 1de2a953c8
commit 0743cb3cf2
3 changed files with 5 additions and 2 deletions

View File

@@ -70,7 +70,9 @@ module.exports = function (Topics) {
});
await Promise.all(postData.map(p => posts.parsePost(p)));
const { tags } = await plugins.hooks.fire('filter:teasers.configureStripTags', { tags: utils.stripTags.slice(0) });
const { tags } = await plugins.hooks.fire('filter:teasers.configureStripTags', {
tags: utils.stripTags.slice(0),
});
const teasers = topics.map((topic, index) => {
if (!topic) {