mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-16 15:07:36 -07:00
Fix bug
This commit is contained in:
parent
cd049e24d1
commit
de7cd18f13
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ export const meta = {
|
|||
|
||||
export default define(meta, async (ps, me) => {
|
||||
const files = await DriveFiles.find({
|
||||
userHost: Not(IsNull())
|
||||
userHost: Not(IsNull()),
|
||||
isLink: false,
|
||||
});
|
||||
|
||||
for (const file of files) {
|
||||
|
|
Loading…
Reference in a new issue