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