fix: typo in comment in find-first.ts (#874)

enviroment -> environment
This commit is contained in:
Ikko Eltociear Ashimine
2023-10-01 01:01:14 +09:00
committed by GitHub
parent 0225362a92
commit 3c2087452c
@@ -13,7 +13,7 @@ export default async function handle(req: NextApiRequest, res: NextApiResponse)
// GET
if (req.method === "GET") {
// find first production enviroment of the user
// find first production environment of the user
const firstMembership = await prisma.membership.findFirst({
where: {
userId: user.id,