parent
efde7a140b
commit
0d3aee26b9
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
function getDeviceDetails(device) {
|
||||
return grantedDevice.productName || `Unknown device ${grantedDevice.deviceId}`
|
||||
return device.productName || `Unknown device ${device.deviceId}`
|
||||
}
|
||||
|
||||
async function testIt() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue