remove sync apache
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 23s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 23s
This commit is contained in:
parent
0c9db58903
commit
b8ccfbb148
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-backend",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www"
|
||||
|
Loading…
x
Reference in New Issue
Block a user