Skip to content

Commit 25b38e6

Browse files
committed
schema error
1 parent 8c0f0b8 commit 25b38e6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/schemas/stream.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ export const streamSchema = z.object({
1818
updated: z.date().optional(),
1919
pcx_content_type: z.string().default("video"),
2020
reviewed: z
21-
.date()
22-
.optional()
23-
.describe(
24-
"A `YYYY-MM-DD` value that signals when the page was last explicitly reviewed from beginning to end. This is used to sort learning paths presented in the [ResourcesBySelector component](/style-guide/components/resources-by-selector/).",
25-
),
26-
})
21+
.date()
22+
.optional()
23+
.describe(
24+
"A `YYYY-MM-DD` value that signals when the page was last explicitly reviewed from beginning to end. This is used to sort learning paths presented in the [ResourcesBySelector component](/style-guide/components/resources-by-selector/).",
25+
),
2726
thumbnail: z
2827
.object({
2928
url: z.string(),

0 commit comments

Comments
 (0)