Update eventTypes.tsx (#2545)

This commit is contained in:
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

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" }]; data.locations = [{ type: "integrations:daily" }];
} }