fix issue with duplicate children event types (#11337)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
pull/11342/head^2
Carina Wollendorfer 2023-09-13 18:04:14 +01:00 committed by GitHub
parent 8c96e04b51
commit f320e486a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ export const updateHandler = async ({ ctx, input }: UpdateOptions) => {
id: {
in: activeOn,
},
parentId: null,
},
select: {
id: true,