From 8b5de3d6ff80e9f6daf5e9217fc08b199ebc0f24 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:56:12 +0800 Subject: [PATCH] fix: typo in mrpack parser Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> --- src/lib/import/mrpack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/import/mrpack.ts b/src/lib/import/mrpack.ts index 644483f..2f061dc 100644 --- a/src/lib/import/mrpack.ts +++ b/src/lib/import/mrpack.ts @@ -6,7 +6,7 @@ import { parseMod } from "./parseModFolder"; import type { Mod } from "~/types/moddermore"; import type { SetStateFn } from "~/types/react"; -const ModrinthSideType = v.union([v.literal("required"), v.literal("optional"), v.literal("unsuploged")]); +const ModrinthSideType = v.union([v.literal("required"), v.literal("optional"), v.literal("unsupported")]); const ModrinthPackIndex = v.object({ formatVersion: v.literal(1),