eslint fix spaced-comment errors

This commit is contained in:
Sam Schloegel
2022-01-03 14:40:10 -05:00
parent aec191e178
commit 83c46db661
13 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ exports.data = function (device, message) {
// if(msg.substring(0, 5)=="Error"){
// device.data.error = msg.substring(6, 7);
// }
//console.log(msg)
// console.log(msg)
};
exports.heartbeat = function (device) {