mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-01 19:46:44 +00:00
Style fixes
This commit is contained in:
parent
94eeaaa510
commit
604a05a21a
@ -77,11 +77,11 @@ module.exports = ->
|
||||
userConfig
|
||||
.then (userConfig) ->
|
||||
knex('config').insert([
|
||||
{key: 'uuid', value: uuid}
|
||||
{key: 'apiKey', value: userConfig.apiKey}
|
||||
{key: 'username', value: userConfig.username}
|
||||
{key: 'userId', value: userConfig.userId}
|
||||
{key: 'version', value: version}
|
||||
{ key: 'uuid', value: uuid }
|
||||
{ key: 'apiKey', value: userConfig.apiKey }
|
||||
{ key: 'username', value: userConfig.username }
|
||||
{ key: 'userId', value: userConfig.userId }
|
||||
{ key: 'version', value: version }
|
||||
])
|
||||
knex('app').truncate()
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user