removed ui, docs package
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
import { generateUUID } from "../../../../helper/uuid";
|
||||
import { getServerSession } from "../../../api/auth/[...nextauth]/auth";
|
||||
import { Service } from "../page";
|
||||
import { PrismaClient } from "@repo/db";
|
||||
|
||||
const prisma = new PrismaClient();
|
||||
import { prisma } from "@repo/db";
|
||||
|
||||
export const generateToken = async (service: Service) => {
|
||||
const session = await getServerSession();
|
||||
|
||||
Reference in New Issue
Block a user