Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Mar 20, 2021
1 parent df69cd9 commit c11278b
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 @@ -329,7 +329,7 @@ class TuyaDevice extends EventEmitter {
try {
// Send request
this._send(buffer);
if(options.shouldWaitForResponse) {
if (options.shouldWaitForResponse) {
this._setResolver = resolve;
} else {
resolve();
Expand Down

0 comments on commit c11278b

Please sign in to comment.