diff --git a/packages/features/webhooks/lib/scheduleTrigger.ts b/packages/features/webhooks/lib/scheduleTrigger.ts index b2210dad6f..5d78af9608 100644 --- a/packages/features/webhooks/lib/scheduleTrigger.ts +++ b/packages/features/webhooks/lib/scheduleTrigger.ts @@ -188,7 +188,7 @@ export async function listBookings( }; } else { where.eventType = { - teamId: account.id, + OR: [{ teamId: account.id }, { parent: { teamId: account.id } }], }; } }