mirror of
https://github.com/SkalaraAI/skalara-web.git
synced 2025-04-06 05:20:20 -04:00
chore(client): remove logs
This commit is contained in:
parent
0284624b1d
commit
a459712c17
|
@ -75,7 +75,6 @@ export async function POST(req: NextRequest) {
|
|||
|
||||
return NextResponse.json(res, { status: 201 });
|
||||
} catch (err: any) {
|
||||
console.log(err);
|
||||
return NextResponse.json({ message: err.message }, { status: 500 });
|
||||
} finally {
|
||||
await prisma.$disconnect();
|
||||
|
|
Loading…
Reference in New Issue
Block a user