@@ -83,7 +83,6 @@ const getStopServiceApi = () => {
data: { renter_id: "10000" },
})
.then((res) => {
- return true;
return res.data.able ?? false;
});
};