clean up web

This commit is contained in:
Nicholas Koben Kao
2024-01-24 22:22:59 -08:00
parent 4c047aea62
commit 0d88907cfd
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export const imageMetaSchema = z.object({
DenoisingStrength: z.number().nullish(),
});
// all over the place
// NOTE: this definition is all over the place
// export const imageSchema = z.object({
// url: z.string().url().nullish(),
// nsfw: z.enum(["None", "Soft", "Mature"]).nullish(),