Skip to content

Commit dc600e1

Browse files
Kristian D. DimitrovKristianDD
authored andcommitted
fix: resovle ios livesync device service
1 parent 91d3a31 commit dc600e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/ios-livesync-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class IOSLiveSyncService extends PlatformLiveSyncServiceBase implements I
7272
}
7373

7474
protected _getDeviceLiveSyncService(device: Mobile.IDevice, data: IProjectDir): INativeScriptDeviceLiveSyncService {
75-
const service = this.$injector.resolve<INativeScriptDeviceLiveSyncService>(IOSDeviceLiveSyncService, { _device: device, data });
75+
const service = this.$injector.resolve<INativeScriptDeviceLiveSyncService>(IOSDeviceLiveSyncService, { device, data });
7676
return service;
7777
}
7878
}

0 commit comments

Comments
 (0)