Update eventTypes.tsx (#2545)

pull/2441/head^2
Peer Richelsen 2022-04-18 22:40:56 +02:00 committed by GitHub
parent f214830d0f
commit b4ee4413cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ export const eventTypesRouter = createProtectedRouter()
},
};
if (process.env.DAILY_API_KEY && process.env.DAILY_SCALE_PLAN) {
if (process.env.DAILY_API_KEY) {
data.locations = [{ type: "integrations:daily" }];
}