can beep when blocked

This commit is contained in:
2022-09-10 12:10:43 +02:00
parent a578ca8a4d
commit 209148cabd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const {MongoManager, formatDate} = require("./src/workers/mongo_manager");
const mongoManager = new MongoManager();
let excelUtil = new ExcelUtil();
let contactList = excelUtil.readContacts().slice(11,12);
let contactList = excelUtil.readContacts()
mongoManager.connect().then(r =>
android.devices().then((devices) => {