Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTCLTK committed Jan 17, 2024
1 parent a3c5408 commit 24150cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/_legacy/music/changeDrop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export function ChangeDrop(drop: StateHandler<{ _id: string | undefined, title:
compositionCopyright: userString,
soundRecordingCopyright: userString,
artwork: zod.string(),
loading: zod.literal(false, { errorMap: () => ({ message: "Artwork is still uploading" }) }).transform(() => undefined),
songs: song.array().min(1, { message: "At least one song is required" }),
})
);
Expand Down

0 comments on commit 24150cf

Please sign in to comment.