Update fileApiRoutes.ts

This commit is contained in:
split / May 2023-05-13 11:41:25 -07:00 committed by GitHub
parent 6b6f05ea4c
commit a21535cbda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ fileApiRoutes.get("/list", (req,res) => {
owner: null,
id:e
}
}))
}).filter(e=>e))
})