Skip to content

Commit 1860883

Browse files
chore: typo
1 parent 52ec166 commit 1860883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/device-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class DeviceManager implements IDeviceManager {
3939
DeviceManager.cleanUnsetProp(device);
4040

4141
if (device.token) {
42-
device = await DeviceController.getDevices(device)[0];
42+
device = (await DeviceController.getDevices(device))[0];
4343
logInfo("Device: ", device);
4444
return device;
4545
}

0 commit comments

Comments
 (0)