mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Fix eslint errors
This commit is contained in:
parent
a875d85c46
commit
b60cb6ef6a
7 changed files with 49 additions and 35 deletions
|
@ -57,7 +57,9 @@ datautil.applyOwner = function(device, user) {
|
|||
// Only owner can see this information
|
||||
datautil.applyOwnerOnlyInfo = function(device, user) {
|
||||
if (device.owner && device.owner.email === user.email) {
|
||||
} else {
|
||||
// No-op
|
||||
}
|
||||
else {
|
||||
device.remoteConnect = false
|
||||
device.remoteConnectUrl = null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue