ver 1.0.19

This commit is contained in:
Surya Paolo
2023-11-03 12:49:10 +01:00
parent c1a9a9a555
commit 7f1bd15bcf
8 changed files with 23 additions and 10 deletions

View File

@@ -232,7 +232,7 @@ module.exports.findAllIdApp = async function (idapp) {
rec.email_pwd = '';
rec.telegram_key = '';
rec.telegram_key_test = '';
rec.confsite = {};
// rec.confsite = {};
return rec;
}