diff --git a/frontend/app/components/hooks/use-emulator.ts b/frontend/app/components/hooks/use-emulator.ts index 07b83bf6..f2055e30 100644 --- a/frontend/app/components/hooks/use-emulator.ts +++ b/frontend/app/components/hooks/use-emulator.ts @@ -100,7 +100,7 @@ const postCarring = async (rideId: string) => { return; } return fetchChairPostRideStatus({ - body: { status: "CsRRYING" }, + body: { status: "CARRYING" }, pathParams: { rideId, },