Fix eslint warning

This commit is contained in:
Bill Thornton 2020-12-09 12:33:46 -05:00
parent 2f8c232ed8
commit 46fd6ca8f7

View File

@ -28,7 +28,7 @@ function getBaseProfileOptions(item) {
};
}
function getDeviceProfile(item, options = {}) {
function getDeviceProfile(item) {
return new Promise(function (resolve) {
let profile;