mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
parent
0b6b6a4f2f
commit
92701e5cec
@ -106,9 +106,7 @@ export default define(meta, (ps) => new Promise(async (res, rej) => {
|
||||
|
||||
const withFiles = ps.withFiles != undefined ? ps.withFiles : ps.media;
|
||||
|
||||
if (withFiles) {
|
||||
query.fileIds = withFiles ? { $exists: true, $ne: null } : [];
|
||||
}
|
||||
if (withFiles) query.fileIds = { $exists: true, $ne: null };
|
||||
|
||||
if (ps.poll != undefined) {
|
||||
query.poll = ps.poll ? { $exists: true, $ne: null } : null;
|
||||
|
Loading…
Reference in New Issue
Block a user