Update eventTypes.tsx (#2545)
This commit is contained in:
parent
f214830d0f
commit
b4ee4413cc
1 changed files with 1 additions and 1 deletions
|
@ -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" }];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue