diff --git a/src/app/api/update_technicians/route.ts b/src/app/api/update_technicians/route.ts index 91eacf1..64a9c73 100644 --- a/src/app/api/update_technicians/route.ts +++ b/src/app/api/update_technicians/route.ts @@ -34,7 +34,7 @@ export const POST = async (request: Request) => { if (!technicians.every(isTechnician)) return NextResponse.json( { message: 'Invalid input: missing name or status for a technician.' }, - { status: 400 } + { status: 400 } ); await updateEmployeeStatusByName(technicians); return NextResponse.json(