mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-06 16:27:18 +03:00
fix formatting
This commit is contained in:
3
app.js
3
app.js
@@ -20,7 +20,8 @@ const passport = require('passport');
|
|||||||
const mqtt = require('mqtt');
|
const mqtt = require('mqtt');
|
||||||
/* */
|
/* */
|
||||||
const config = require('./config');
|
const config = require('./config');
|
||||||
config.notification= config.notification||[];
|
config.notification = config.notification || [];
|
||||||
|
|
||||||
const Device = require('./device');
|
const Device = require('./device');
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
|
Reference in New Issue
Block a user