Skip to content

Commit

Permalink
fix: typo in mrpack parser
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cao <[email protected]>
  • Loading branch information
ryanccn committed Mar 3, 2024
1 parent 1927084 commit 8b5de3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/import/mrpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 8b5de3d

Please sign in to comment.