kesekian kalinya

This commit is contained in:
Randa Firman Putra
2025-08-25 23:32:35 +07:00
parent eb8c4f55a6
commit 9c59c97c23

View File

@@ -34,7 +34,7 @@ export async function POST(request: NextRequest) {
if (validData.length === 0) {
return NextResponse.json({
message: 'No valid data found in the file',
message: 'Tidak ada data valid yang ditemukan dalam file',
errors
}, { status: 400 });
}