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