mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
✌️
This commit is contained in:
parent
668a0314f6
commit
c25e9557b9
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@ module.exports = (params) => new Promise(async (res, rej) => {
|
|||
const sort = {
|
||||
_id: -1
|
||||
};
|
||||
const query = {} as any;
|
||||
const query = {
|
||||
visibility: 'public'
|
||||
} as any;
|
||||
if (sinceId) {
|
||||
sort._id = 1;
|
||||
query._id = {
|
||||
|
|
Loading…
Reference in a new issue