From 0489d0706fabd7b8f08b0736a5c030d41b6a5533 Mon Sep 17 00:00:00 2001 From: Harsh Mahadev Duche Date: Sun, 28 Jul 2024 13:51:33 +0530 Subject: [PATCH] testing workflows --- apps/merchant-app/app/api/user/route.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/merchant-app/app/api/user/route.ts b/apps/merchant-app/app/api/user/route.ts index fd5df92..da77b7d 100644 --- a/apps/merchant-app/app/api/user/route.ts +++ b/apps/merchant-app/app/api/user/route.ts @@ -6,8 +6,8 @@ const client = new PrismaClient(); export const GET = async () => { await client.user.create({ data: { - email: "asd", - name: "adsads" + email: "", + name: "" } }) return NextResponse.json({