mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
es-lint fixes for comma-style
This commit is contained in:
@@ -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'
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user