fix issue with duplicate children event types (#11337)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>pull/11342/head^2
parent
8c96e04b51
commit
f320e486a2
|
@ -92,6 +92,7 @@ export const updateHandler = async ({ ctx, input }: UpdateOptions) => {
|
||||||
id: {
|
id: {
|
||||||
in: activeOn,
|
in: activeOn,
|
||||||
},
|
},
|
||||||
|
parentId: null,
|
||||||
},
|
},
|
||||||
select: {
|
select: {
|
||||||
id: true,
|
id: true,
|
||||||
|
|
Loading…
Reference in New Issue