mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 20:13:36 +00:00
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