because i have to

This commit is contained in:
2025-03-20 12:38:00 +01:00
parent fadd3d1b9e
commit 15b14387df
2 changed files with 1 additions and 7 deletions

View File

@@ -142,7 +142,7 @@ Item
if (db['database']['DB_HOST'] === '' || db['database']['DB_PORT'] === '' ||
db['database']['DB_NAME'] === '' || db['database']['DB_USER'] === '' ||
db['database']['DB_PASS'] === '');
else config.saveDbConf(company)
else config.saveDbConf(db)
}
function updateCompanyInfo()