Skip to content
Snippets Groups Projects
Unverified Commit aff80199 authored by syuilo's avatar syuilo
Browse files

Fix bug

parent b9f1a551
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment