파일 업로드 로직 리팩토링 2

This commit is contained in:
static
2026-01-12 16:58:28 +09:00
parent e7dc96bb47
commit c778a4fb9e
5 changed files with 129 additions and 117 deletions

View File

@@ -18,7 +18,7 @@
info,
state: getMigrationState(info.id),
}))
.filter((file) => file.state?.status !== "completed"),
.filter((file) => file.state?.status !== "uploaded"),
);
const migrateAllFiles = () => {