fix: remove old validation on version import

This commit is contained in:
DecDuck
2025-05-30 13:18:35 +10:00
parent 85edc4cca2
commit 6cc7e10fcd

View File

@ -51,12 +51,6 @@ export default defineEventHandler(async (h3) => {
});
}
if (umuId && typeof umuId !== "string")
throw createError({
statusCode: 400,
statusMessage: "If specified, UMU ID must be a string.",
});
if (onlySetup) {
if (!setup)
throw createError({