Skip to content

Commit 84c72b3

Browse files
committed
chore: cleanup
1 parent 5cc76f4 commit 84c72b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/mobile/mobile-core/devices-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ export class DevicesService
893893
// TODO: Remove from here as it calls startLookingForDevices, so we double the calls to specific device detection services
894894
await this.startEmulatorIfNecessary(deviceInitOpts);
895895
}
896-
deviceInitOpts;
896+
897897
const platform = deviceInitOpts.platform;
898898
const deviceOption = deviceInitOpts.deviceId;
899899
const deviceLookingOptions: Mobile.IDeviceLookingOptions = {

0 commit comments

Comments
 (0)