mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-12 14:51:31 -05:00
Clean up.
This commit is contained in:
@@ -57,7 +57,7 @@ module.exports.CreateMeshSMS = function (parent) {
|
||||
if (typeof parent.config.sms.token != 'string') { console.log('Invalid or missing SMS gateway provider token.'); return null; }
|
||||
if (typeof parent.config.sms.from != 'string') { console.log('Invalid or missing SMS gateway provider from.'); return null; }
|
||||
|
||||
// Setup Twilio
|
||||
// Setup Plivo
|
||||
var plivo = require('plivo');
|
||||
obj.provider = new plivo.Client(parent.config.sms.id, parent.config.sms.token);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user