Fix: Sets null to undefined during workflow select (#9513)
This commit is contained in:
@@ -65,7 +65,7 @@ export const activateEventTypeHandler = async ({ ctx, input }: ActivateEventType
|
||||
userId: ctx.user.id,
|
||||
},
|
||||
{
|
||||
teamId: userEventType.teamId,
|
||||
teamId: userEventType.teamId || undefined,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user