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