@ -0,0 +1,7 @@
const { PrismaClient } = require('@prisma/client');
try {
const prisma = new PrismaClient();
console.log("SUCCESS");
} catch(e) {
console.error("FAIL", e);
}
The note is not visible to the blocked user.