Sfoglia il codice sorgente

fix: 增加停服通知

ansoni 5 mesi fa
parent
commit
377647ed9e
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
         });
 };