fix: Add missing prisma import (#11598)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/11607/head
parent
490e0a9bb4
commit
6e2a96d69c
|
@ -1,6 +1,7 @@
|
||||||
import type { GetServerSidePropsContext } from "next";
|
import type { GetServerSidePropsContext } from "next";
|
||||||
|
|
||||||
import { getServerSession } from "@calcom/features/auth/lib/getServerSession";
|
import { getServerSession } from "@calcom/features/auth/lib/getServerSession";
|
||||||
|
import prisma from "@calcom/prisma";
|
||||||
|
|
||||||
import { getAlbyKeys } from "../../lib/getAlbyKeys";
|
import { getAlbyKeys } from "../../lib/getAlbyKeys";
|
||||||
import type { IAlbySetupProps } from "./index";
|
import type { IAlbySetupProps } from "./index";
|
||||||
|
|
Loading…
Reference in New Issue