mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-19 21:45:31 +02:00
Fix bug
This commit is contained in:
@@ -76,8 +76,7 @@ module.exports = (params, user) =>
|
||||
}, {
|
||||
limit: limit,
|
||||
sort: sort
|
||||
})
|
||||
.toArray();
|
||||
});
|
||||
|
||||
// Serialize
|
||||
res(await Promise.all(files.map(async file =>
|
||||
|
||||
Reference in New Issue
Block a user