shawenguan 2 éve
szülő
commit
93e02b8f92
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Scripts/thwj/thwjHelper.js

+ 1 - 1
Scripts/thwj/thwjHelper.js

@@ -166,7 +166,7 @@ async function checkExploreOne(accountData) {
 }
 
 
-function checkNeedExplore(phone, password, token) {
+async function checkNeedExplore(phone, password, token) {
     let data = await getParadropData(phone, password, token);
     return !checkIsExploring(data);
 }