Skip to content

Commit a4928e4

Browse files
committed
Removing todo that didn't work.
1 parent eac5c94 commit a4928e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

express-zod-api/tests/documentation.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ describe("Documentation", () => {
496496
method: "post",
497497
input: category,
498498
output: z.object({
499-
zodExample: category, // @todo consider external registry to deduplicate it
499+
zodExample: category,
500500
}),
501501
handler: async () => ({
502502
zodExample: {

0 commit comments

Comments
 (0)