mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 13:54:12 +02:00
Fix bug
This commit is contained in:
@@ -46,8 +46,7 @@ module.exports = (params) =>
|
||||
followee_id: false
|
||||
}, {
|
||||
sort: { created_at: -1 }
|
||||
})
|
||||
.toArray();
|
||||
});
|
||||
|
||||
const graph = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user