mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
es-lint fixes for comma-style
This commit is contained in:
parent
7e98e4f503
commit
c4d2d73540
1 changed files with 3 additions and 3 deletions
|
@ -414,9 +414,9 @@ function addAdbPublicKey(req, res) {
|
|||
return {
|
||||
key: {
|
||||
title: data.title || key.comment
|
||||
, fingerprint: key.fingerprint
|
||||
, fingerprint: key.fingerprint
|
||||
}
|
||||
, users: users
|
||||
, users: users
|
||||
}
|
||||
})
|
||||
})
|
||||
|
@ -450,7 +450,7 @@ function addAdbPublicKey(req, res) {
|
|||
log.error('Failed to insert new adb key fingerprint: ', err.stack)
|
||||
return res.status(500).json({
|
||||
success: false
|
||||
, message: 'Unable to insert new adb key fingerprint to database'
|
||||
, message: 'Unable to insert new adb key fingerprint to database'
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue