Skip to content

Commit

Permalink
Merge branch 'master' into release-2.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophv authored Jan 23, 2024
2 parents 8dd91e7 + 67eb927 commit 8b00baa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/drivers/bluetoothLE/bluetoothLEDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ module.exports = (config) => {
return cb(error, null);
});

} else {
return cb(null, data);
}


Expand Down

0 comments on commit 8b00baa

Please sign in to comment.