|
|
@@ -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);
|
|
|
}
|