diff --git a/src/components/apphost.js b/src/components/apphost.js index 086286738..f2f6ccfcb 100644 --- a/src/components/apphost.js +++ b/src/components/apphost.js @@ -28,7 +28,7 @@ function getBaseProfileOptions(item) { }; } -function getDeviceProfile(item, options = {}) { +function getDeviceProfile(item) { return new Promise(function (resolve) { let profile;