mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:53:23 +02:00
Fix eslint errors
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user