mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-13 14:18:10 +09:00
Fix bug
This commit is contained in:
parent
cd049e24d1
commit
de7cd18f13
@ -12,7 +12,8 @@ export const meta = {
|
|||||||
|
|
||||||
export default define(meta, async (ps, me) => {
|
export default define(meta, async (ps, me) => {
|
||||||
const files = await DriveFiles.find({
|
const files = await DriveFiles.find({
|
||||||
userHost: Not(IsNull())
|
userHost: Not(IsNull()),
|
||||||
|
isLink: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
for (const file of files) {
|
for (const file of files) {
|
||||||
|
Loading…
Reference in New Issue
Block a user