Fix bug
This commit is contained in:
parent
b9f1a55190
commit
aff80199e5
|
@ -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 New Issue