forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
b9f1a55190
commit
aff80199e5
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