mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
b84d1f20b5
* fix: small ui fixes * feat: #171 * fix: improvements to library scanning on admin UI * feat: v2 download API * fix: add download context cleanup * fix: lint
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
export default defineEventHandler(async () => {
|
|
// await new Promise((r) => setTimeout(r, 700));
|
|
});
|