Fix typo
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ function parseBluetoothManufacturer(str) {
|
||||
}
|
||||
|
||||
function parseBluetoothVendor(str) {
|
||||
const id = parseInt(id);
|
||||
const id = parseInt(str);
|
||||
if (!isNaN(id)) return bluetoothVendors[id];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user