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