Skip to content

Commit f9b2a54

Browse files
committed
fix: json export
1 parent 6871c49 commit f9b2a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api/export/json.post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { z } from "zod";
33
const bodySchema = z.object({
44
files: z
55
.array(
6-
z.strictObject({
6+
z.object({
77
data: z.json(),
88
name: z.string(),
99
}),

0 commit comments

Comments
 (0)