can beep when blocked
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user