This commit is contained in:
syuilo 2019-05-29 12:22:47 +09:00
parent b9f1a55190
commit aff80199e5
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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