This commit is contained in:
David Arranz 2019-11-07 18:37:53 +01:00
parent 98fc529e92
commit 7a224178a3

View File

@ -248,6 +248,7 @@ const extraControllers = {
return Promise.all(getUserDevicesList)
}).then(function (userDeviceList) {
console.log(userDeviceList);
return new Promise(function(resolve) { resolve(userDeviceList[0]); });
})
.then(disableInvalidUserDevicesPromise)