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) { 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

View File

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