.
This commit is contained in:
parent
98fc529e92
commit
7a224178a3
@ -248,6 +248,7 @@ const extraControllers = {
|
|||||||
|
|
||||||
return Promise.all(getUserDevicesList)
|
return Promise.all(getUserDevicesList)
|
||||||
}).then(function (userDeviceList) {
|
}).then(function (userDeviceList) {
|
||||||
|
console.log(userDeviceList);
|
||||||
return new Promise(function(resolve) { resolve(userDeviceList[0]); });
|
return new Promise(function(resolve) { resolve(userDeviceList[0]); });
|
||||||
})
|
})
|
||||||
.then(disableInvalidUserDevicesPromise)
|
.then(disableInvalidUserDevicesPromise)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user