2
0

🗃️ Remove updatedAt field from Result

This commit is contained in:
Baptiste Arnaud
2023-03-07 15:51:44 +01:00
parent b77e2c8d2c
commit 2788d58e50
6 changed files with 41 additions and 8 deletions

View File

@ -9,7 +9,6 @@ export const resultSchema = schemaForType<ResultPrisma>()(
z.object({
id: z.string(),
createdAt: z.date(),
updatedAt: z.date(),
typebotId: z.string(),
variables: z.array(variableWithValueSchema),
isCompleted: z.boolean(),