fix: broken integration

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-22 17:18:49 +02:00
parent 49a4f5b8ae
commit e3d3627c16
6 changed files with 9 additions and 10 deletions

View File

@@ -302,7 +302,6 @@ const zCreateIntegration = z.object({
id: z.string().optional(),
name: z.string().min(1),
organizationId: z.string().min(1),
projectId: z.string().min(1),
});
export const zCreateSlackIntegration = zCreateIntegration;