Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Sep 27, 2024
1 parent c8b3563 commit 6b77d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ class TuyaDevice extends EventEmitter {
}
});
if (options.shouldWaitForResponse) {
this._setResolver = (data) => {
this._setResolver = data => {
if (!resolvedOrRejected) {
resolve(data);
}
Expand Down

0 comments on commit 6b77d6e

Please sign in to comment.