From 6b77d6eaad2e87d5b8b74b189e4a63a26b6ef570 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Fri, 27 Sep 2024 17:50:04 +0200 Subject: [PATCH] Make linter happy --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 16feb39..5821cd8 100644 --- a/index.js +++ b/index.js @@ -427,7 +427,7 @@ class TuyaDevice extends EventEmitter { } }); if (options.shouldWaitForResponse) { - this._setResolver = (data) => { + this._setResolver = data => { if (!resolvedOrRejected) { resolve(data); }