diff --git a/lib/checker.js b/lib/checker.js index d2411d5..c6eb8aa 100644 --- a/lib/checker.js +++ b/lib/checker.js @@ -185,7 +185,7 @@ async function accountChecker(accountData, urlList) { if (response.data.user_info.auth) { addNewAccount(accountData, response.data, url) console.log('New Account Added') - syncApache() + // syncApache() return true } } catch (error) { @@ -196,7 +196,7 @@ async function accountChecker(accountData, urlList) { try { await addNewAccount(accountData, response2.data, url) console.log('New Account Added') - syncApache() + // syncApache() return true } catch (error) { continue diff --git a/package.json b/package.json index 1fb95a5..86645bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-backend", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "start": "node ./bin/www"