diff --git a/src/components/apphost.js b/src/components/apphost.js index 0862867389..f2f6ccfcb2 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;