From 46fd6ca8f709af7c370d1fd359564addeed27efd Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Wed, 9 Dec 2020 12:33:46 -0500 Subject: [PATCH] Fix eslint warning --- src/components/apphost.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;