chore: Ensure comment data is validated before persisting (#6322)
Fix flash on render of comment create
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import isEmpty from "lodash/isEmpty";
|
||||
import { z } from "zod";
|
||||
import { AttachmentPreset } from "@shared/types";
|
||||
import BaseSchema from "@server/routes/api/BaseSchema";
|
||||
import { BaseSchema } from "@server/routes/api/schema";
|
||||
|
||||
export const AttachmentsCreateSchema = BaseSchema.extend({
|
||||
body: z.object({
|
||||
|
||||
Reference in New Issue
Block a user