From a451361c0dd100b3838534c92bae1331dd8ca646 Mon Sep 17 00:00:00 2001 From: gibbyb Date: Sun, 21 Jul 2024 21:22:42 -0500 Subject: [PATCH] Ahh just one little thing buggin me! --- src/app/api/update_technicians/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(