Olimpiadas-INET-2024-Escuela-Tecnica-21 / fase1_backend

Should not have unused variables JS-0128
Bug risk
Major
2 occurrences in this check
'data' is defined but never used
 18        console.log(`hello from ${Object.getPrototypeOf(this).constructor.name}`);
 19    }
 20
 21    async create(data){} 22
 23    async findMany(){}
 24
'PrismaClient' is defined but never used
  1import { PrismaClient } from "@prisma/client";   2
  3//const PRISMA = new PrismaClient();
  4