mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Add more advanced filtering to the device tracker. Make the group tracker work properly.
This commit is contained in:
@@ -34,7 +34,7 @@ dbapi.loadUser = function(email) {
|
||||
|
||||
dbapi.loadGroup = function(email) {
|
||||
return db.run(r.table('devices').getAll(email, {
|
||||
index: 'ownerEmail'
|
||||
index: 'owner'
|
||||
}))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user