Skip to content

Commit

Permalink
Update frontend/app/components/hooks/use-emulator.ts
Browse files Browse the repository at this point in the history
Co-authored-by: narirou <[email protected]>
  • Loading branch information
imamiya-masaki and narirou authored Dec 7, 2024
1 parent e43415c commit 63119e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/hooks/use-emulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const postCarring = async (rideId: string) => {
return;
}
return fetchChairPostRideStatus({
body: { status: "CsRRYING" },
body: { status: "CARRYING" },
pathParams: {
rideId,
},
Expand Down

0 comments on commit 63119e3

Please sign in to comment.