fix lint (automattic)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user