fix: pull managed event type bookings in zapier (#12106)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
pull/12013/head
Carina Wollendorfer 2023-10-26 10:18:37 -04:00 committed by GitHub
parent b724d367fc
commit 52386e08f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ export async function listBookings(
}; };
} else { } else {
where.eventType = { where.eventType = {
teamId: account.id, OR: [{ teamId: account.id }, { parent: { teamId: account.id } }],
}; };
} }
} }