mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Add eslint task. Needs eslintrc tweaking.
This commit is contained in:
parent
4d0983a80f
commit
466af18058
5 changed files with 27 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue