From 63119e316cf0c9d88f1ae7c3c47283490568b93d Mon Sep 17 00:00:00 2001 From: imamiya-masaki <63019386+imamiya-masaki@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:51:01 +0900 Subject: [PATCH] Update frontend/app/components/hooks/use-emulator.ts Co-authored-by: narirou --- frontend/app/components/hooks/use-emulator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },