fix: deprecated warning (#7620)

This commit is contained in:
Nafees Nazik
2023-03-09 10:19:00 +00:00
committed by GitHub
parent 913466d06d
commit b3c973e824
@@ -1,5 +1,5 @@
import { MembershipRole, PeriodType, Prisma, SchedulingType } from "@prisma/client";
import { PrismaClientKnownRequestError } from "@prisma/client/runtime";
import { PrismaClientKnownRequestError } from "@prisma/client/runtime/library";
// REVIEW: From lint error
import _ from "lodash";
import { z } from "zod";