parent
33287d6944
commit
dabf5367bc
|
@ -124,6 +124,10 @@ export const eventTypesRouter = createProtectedRouter()
|
|||
},
|
||||
};
|
||||
|
||||
if (process.env.DAILY_API_KEY && process.env.DAILY_SCALE_PLAN) {
|
||||
data.locations = [{ type: "integrations:daily" }];
|
||||
}
|
||||
|
||||
if (teamId && schedulingType) {
|
||||
const hasMembership = await ctx.prisma.membership.findFirst({
|
||||
where: {
|
||||
|
|
Loading…
Reference in New Issue