Skip to content

Commit 34a039a

Browse files
committed
remove zod response
1 parent 2ec734f commit 34a039a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/routes/stripe.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ const stripeRoutes: FastifyPluginAsync = async (fastify, _options) => {
193193
example: "plink_abc123",
194194
}),
195195
}),
196-
response: { 201: z.null() },
197196
}),
198197
),
199198
onRequest: fastify.authorizeFromSchema,

0 commit comments

Comments
 (0)