Skip to content

Commit fa6f3ec

Browse files
committed
Pre-commit
1 parent 6a1f30d commit fa6f3ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/content.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,9 @@ const sessions = defineCollection({
235235
state: z.enum(["confirmed"]).optional().nullable(),
236236
tweet: z.string(),
237237
resources: z
238-
.array(z.object({ resource: z.string().url({}), description: z.string() }))
238+
.array(
239+
z.object({ resource: z.string().url({}), description: z.string() })
240+
)
239241
.nullable(),
240242
duration: z.string(),
241243
level: z.enum(["beginner", "intermediate", "advanced"]),

0 commit comments

Comments
 (0)