Skip to content

Commit

Permalink
touch devices package
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Feb 4, 2022
1 parent bc577ec commit 2b8c522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/devices/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const serviceUuidToInfos: Record<string, BluetoothInfos> = {};
for (const id in devices) {
const deviceModel = devices[id];
const { bluetoothSpec } = deviceModel;

if (bluetoothSpec) {
for (let i = 0; i < bluetoothSpec.length; i++) {
const spec = bluetoothSpec[i];
Expand Down

0 comments on commit 2b8c522

Please sign in to comment.