remove uuid from snapshot project response

This commit is contained in:
Maidul Islam
2024-01-26 17:32:55 -05:00
committed by Akhil Mohan
parent b20489982d
commit 425611b409

View File

@@ -16,7 +16,7 @@ export const registerSnapshotRouter = async (server: FastifyZodProvider) => {
200: z.object({
secretSnapshot: z.object({
id: z.string().uuid(),
projectId: z.string().uuid(),
projectId: z.string(),
environment: z.object({
id: z.string().uuid(),
slug: z.string(),