mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Fix eslint errors
This commit is contained in:
@@ -182,7 +182,7 @@ module.exports = function DeviceServiceFactory($http, socket, EnhanceDeviceServi
|
||||
})
|
||||
|
||||
oboe('/api/v1/user/devices')
|
||||
.node('devices[*]', function (device) {
|
||||
.node('devices[*]', function(device) {
|
||||
tracker.add(device)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user