This commit is contained in:
Evgenii Abramov
2021-03-29 21:44:35 +03:00
parent 7ae570ee8d
commit b81480e0d4

3
app.js
View File

@@ -96,7 +96,8 @@ global.devices.forEach(device => {
/* */ /* */
var noticeRequest; var noticeRequest;
if ((yc = config.yandex) != undefined) { const yc = config.yandex;
if (yc != undefined) {
noticeRequest = https.request({ noticeRequest = https.request({
hostname: 'dialogs.yandex.net', hostname: 'dialogs.yandex.net',
port: 443, port: 443,