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) {
|
if (response.data.user_info.auth) {
|
||||||
addNewAccount(accountData, response.data, url)
|
addNewAccount(accountData, response.data, url)
|
||||||
console.log('New Account Added')
|
console.log('New Account Added')
|
||||||
syncApache()
|
// syncApache()
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@ -196,7 +196,7 @@ async function accountChecker(accountData, urlList) {
|
|||||||
try {
|
try {
|
||||||
await addNewAccount(accountData, response2.data, url)
|
await addNewAccount(accountData, response2.data, url)
|
||||||
console.log('New Account Added')
|
console.log('New Account Added')
|
||||||
syncApache()
|
// syncApache()
|
||||||
return true
|
return true
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
continue
|
continue
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-backend",
|
"name": "react-backend",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./bin/www"
|
"start": "node ./bin/www"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user