Fixes daily-video slug
parent
3baf7060f7
commit
1a06d9906b
|
@ -124,7 +124,7 @@ export const eventTypesRouter = createProtectedRouter()
|
|||
},
|
||||
};
|
||||
|
||||
const appKeys = await getAppKeysFromSlug("dailyvideo");
|
||||
const appKeys = await getAppKeysFromSlug("daily-video");
|
||||
if (typeof appKeys.api_key === "string") {
|
||||
data.locations = [{ type: "integrations:daily" }];
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ export const metadata = {
|
|||
rating: 4.3, // TODO: placeholder for now, pull this from TrustPilot or G2
|
||||
reviews: 69, // TODO: placeholder for now, pull this from TrustPilot or G2
|
||||
category: "video",
|
||||
slug: "dailyvideo",
|
||||
slug: "daily-video",
|
||||
title: "Cal Video",
|
||||
isGlobal: true,
|
||||
email: "help@cal.com",
|
||||
|
|
|
@ -53,7 +53,7 @@ async function main() {
|
|||
}
|
||||
// Video apps
|
||||
if (process.env.DAILY_API_KEY) {
|
||||
await createApp("dailyvideo", "dailyvideo", ["video"], "daily_video", {
|
||||
await createApp("daily-video", "dailyvideo", ["video"], "daily_video", {
|
||||
api_key: process.env.DAILY_API_KEY,
|
||||
scale_plan: process.env.DAILY_SCALE_PLAN,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue