Skip to content
Snippets Groups Projects
Commit 0ee6d659 authored by otofune's avatar otofune
Browse files

fix timeline

parent 28a39bcc
No related branches found
No related tags found
No related merge requests found
......@@ -92,5 +92,5 @@ module.exports = (params, user, app) => new Promise(async (res, rej) => {
});
// Serialize
res(Promise.all(timeline.map(post => serialize(post, user))));
res(await Promise.all(timeline.map(post => serialize(post, user))));
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment