apply eslint

This commit is contained in:
2022-02-17 09:34:13 -06:00
parent 45b9c600df
commit 13d7cbd718
+1 -1
View File
@@ -56,7 +56,7 @@ function convertToDBTheBehringerWay(f) {
exports.data = function data(device, buf) {
this.deviceInfoUpdate(device, 'status', 'ok');
//replace one or more nulls with new line then split on that
// replace one or more nulls with new line then split on that
const msg = buf.toString().replace(/(\0+)/gm, '\n').split('\n');
const d = device;