remove sync apache
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 23s

This commit is contained in:
Karl 2025-07-05 10:52:31 +01:00
parent 0c9db58903
commit b8ccfbb148
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "react-backend",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"start": "node ./bin/www"