Ahh just one little thing buggin me!

This commit is contained in:
Gabriel Brown 2024-07-21 21:22:42 -05:00
parent 88f36531b1
commit a451361c0d

View File

@ -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(