This commit is contained in:
syuilo 2019-05-29 12:22:47 +09:00
parent cd049e24d1
commit de7cd18f13

View file

@ -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) {