Skip to content

Commit

Permalink
fix: text template deploy (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Aug 7, 2024
1 parent 05c7b36 commit 19c4c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/api/v1/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ templates.post(
id: z.coerce.number(),
})
const bodySchema = z.object({
content: z.array(z.any()),
content: z.any(),
extra: z.any(),
testValues: z.any(),
isDraft: z.boolean(),
Expand Down

0 comments on commit 19c4c17

Please sign in to comment.