Update tdrive/backend/node/src/cli/cmds/migration_cmds/migrate-files.ts

Co-authored-by: Quentin Valmori <quentin.valmori@gmail.com>
This commit is contained in:
Khaled Ferjani
2025-10-15 13:51:08 +02:00
committed by GitHub
parent 4f97b56c11
commit e60af9caf3
@@ -162,7 +162,7 @@ const purgeIndexesCommand: yargs.CommandModule<unknown, unknown> = {
console.log(`\n✅ File migrated successfully: ${fileObject.name}`); console.log(`\n✅ File migrated successfully: ${fileObject.name}`);
} else { } else {
console.log( console.log(
`[DRY-RUN] Would migrate ${user.email_canonical} file: ${fileObject.name}`, `[DRY-RUN] Would migrate ${user.email_canonical} for slug ${sanitizeSlug(userId)} file: ${fileObject.name}`,
); );
} }
} catch (error) { } catch (error) {