@@ -1,6 +1,8 @@
import { PrismaClient } from '@prisma/client';
const prisma = new PrismaClient();
const prisma = new PrismaClient({
log: [process.env.NODE_ENV !== 'production' && 'query'],
});
export async function runQuery(query) {
return query
The note is not visible to the blocked user.