mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 04:53:19 +02:00
Add eslint task. Needs eslintrc tweaking.
This commit is contained in:
@@ -320,7 +320,7 @@ dbapi.saveUserAccessToken = function(email, token) {
|
||||
dbapi.removeUserAccessToken = function(email, title) {
|
||||
return db.run(r.table('accessTokens').getAll(email, {
|
||||
index: 'email'
|
||||
}).filter({"title": title}).delete())
|
||||
}).filter({'title': title}).delete())
|
||||
}
|
||||
|
||||
dbapi.loadAccessTokens = function(email) {
|
||||
|
||||
Reference in New Issue
Block a user