diff --git a/packages/devices/src/index.ts b/packages/devices/src/index.ts index f5c7d261..34da2de5 100644 --- a/packages/devices/src/index.ts +++ b/packages/devices/src/index.ts @@ -155,7 +155,6 @@ const serviceUuidToInfos: Record = {}; 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];