From 13d7cbd7180adc5bce7389e4929904655698250d Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 17 Feb 2022 09:34:13 -0600 Subject: [PATCH] apply eslint --- plugins/x32/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/x32/main.js b/plugins/x32/main.js index 8925776..c11f6a9 100644 --- a/plugins/x32/main.js +++ b/plugins/x32/main.js @@ -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;