From 6cf6412ead1d7fc3021fcde0e8b9a1f5ab04cea2 Mon Sep 17 00:00:00 2001 From: UltraLionFr Date: Wed, 20 Aug 2025 19:05:33 +0200 Subject: [PATCH] update prisma --- app/api/user-pastes/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/user-pastes/route.ts b/app/api/user-pastes/route.ts index 65ff66b..ef43407 100644 --- a/app/api/user-pastes/route.ts +++ b/app/api/user-pastes/route.ts @@ -1,6 +1,6 @@ import { authOptions } from '@/lib/auth'; import { prisma } from '@/lib/prisma'; -import { Prisma } from '@prisma/client'; +import * as Prisma from '@prisma/client'; import { getServerSession } from 'next-auth'; import { NextResponse } from 'next/server';