fix lint (automattic)
This commit is contained in:
parent
04648db1c2
commit
d5cc4cc9c2
9 changed files with 48 additions and 49 deletions
|
|
@ -92,6 +92,6 @@ module.exports = async (params, user, app) => {
|
|||
});
|
||||
|
||||
// Serialize
|
||||
const _timeline = await Promise.all(timeline.map(post => serialize(post, user)))
|
||||
return _timeline
|
||||
const _timeline = await Promise.all(timeline.map(post => serialize(post, user)));
|
||||
return _timeline;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue