mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Fix 'line is too long' warning.
This commit is contained in:
@@ -8,7 +8,11 @@ module.exports = {
|
||||
primaryKey: 'serial'
|
||||
, indexes: {
|
||||
owner: function(device) {
|
||||
return r.branch(device('present'), device('owner')('email'), r.literal())
|
||||
return r.branch(
|
||||
device('present')
|
||||
, device('owner')('email')
|
||||
, r.literal()
|
||||
)
|
||||
}
|
||||
, lastHeartbeatAt: null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user