Merge pull request #16 from bipprojectbali/tasks/prisma/regenerate-client-fix-types/06-04-2026-1500

Tasks/prisma/regenerate client fix types/06 04 2026 1500
This commit is contained in:
2026-04-06 12:14:23 +08:00
committed by GitHub
8 changed files with 3017 additions and 3 deletions

View File

@@ -92,6 +92,6 @@ export async function POST(req: Request) {
{ status: 500 }
);
} finally {
await prisma.$disconnect();
await prisma.$disconnect();
}
}