Update eventTypes.tsx (#2545)
parent
f214830d0f
commit
b4ee4413cc
|
@ -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" }];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue