kesekian kalinya
This commit is contained in:
@@ -34,7 +34,7 @@ export async function POST(request: NextRequest) {
|
|||||||
|
|
||||||
if (validData.length === 0) {
|
if (validData.length === 0) {
|
||||||
return NextResponse.json({
|
return NextResponse.json({
|
||||||
message: 'No valid data found in the file',
|
message: 'Tidak ada data valid yang ditemukan dalam file',
|
||||||
errors
|
errors
|
||||||
}, { status: 400 });
|
}, { status: 400 });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user