DailyVideo default (#2505)

Co-authored-by: Omar López <zomars@me.com>
pull/2512/head^2
sean-brydon 2022-04-15 16:07:37 +01:00 committed by GitHub
parent 33287d6944
commit dabf5367bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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: {