Ensure non multi-user flow stays

This commit is contained in:
Zimeng Xiong
2026-02-06 23:05:23 -08:00
parent 7aa33a1bdf
commit f214e4f7b7
12 changed files with 80 additions and 70 deletions
-2
View File
@@ -56,7 +56,6 @@ type RegisterImportExportDeps = {
) => express.RequestHandler;
upload: any;
uploadDir: string;
config: { nodeEnv: string };
backendRoot: string;
getBackendVersion: () => string;
parseJsonField: <T>(rawValue: string | null | undefined, fallback: T) => T;
@@ -231,7 +230,6 @@ export const registerImportExportRoutes = (deps: RegisterImportExportDeps) => {
asyncHandler,
upload,
uploadDir,
config,
backendRoot,
getBackendVersion,
parseJsonField,