Skip to content

Commit

Permalink
Merge pull request #667 from codetheweb/lint-fix
Browse files Browse the repository at this point in the history
Make linter happy
  • Loading branch information
Apollon77 authored Sep 27, 2024
2 parents c8b3563 + 6b77d6e commit 1d0bc30
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 1d0bc30

Please sign in to comment.