From 70d81f56fcf495b2f7e1c81310868363ebe9f474 Mon Sep 17 00:00:00 2001 From: Ashish Date: Mon, 11 Aug 2025 19:01:09 +0530 Subject: [PATCH] added some space for build purpose --- apps/merchant-app/app/api/user/route.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/merchant-app/app/api/user/route.ts b/apps/merchant-app/app/api/user/route.ts index acc6e0e..26bc6aa 100644 --- a/apps/merchant-app/app/api/user/route.ts +++ b/apps/merchant-app/app/api/user/route.ts @@ -15,4 +15,5 @@ export const GET = async () => { return NextResponse.json({ message: "hi there" }) + } \ No newline at end of file