NestJS - Database with TypeORM
Identify the error in this NestJS repository injection code snippet:
@Injectable()
export class ProductService {
constructor(private productRepository: Repository) {}
} 