mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 17:29:05 +01:00
✌️
This commit is contained in:
parent
668a0314f6
commit
c25e9557b9
@ -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 New Issue
Block a user