Browse Source

fix: 增加停服通知

ansoni 5 tháng trước cách đây
mục cha
commit
377647ed9e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/app/[locale]/providers.tsx

+ 0 - 1
src/app/[locale]/providers.tsx

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