fix: pull managed event type bookings in zapier (#12106)
Co-authored-by: CarinaWolli <wollencarina@gmail.com>pull/12013/head
parent
b724d367fc
commit
52386e08f2
|
@ -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 } }],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue