.
This commit is contained in:
parent
98fc529e92
commit
7a224178a3
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user