Skip to content

Commit b61af77

Browse files
committed
WIP a4029
1 parent e65c9c4 commit b61af77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/components/examples-table.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ for (const example of examples) {
4949
}
5050

5151
// Validate examples against schema
52-
const validatedExamples = z.array(ExampleMetaSchema).parse(EXAMPLES);
52+
z.array(ExampleMetaSchema).parse(EXAMPLES);
5353

5454
export function ExamplesTable({
5555
coreMaintained,

0 commit comments

Comments
 (0)