mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-18 17:00:25 +00:00
removed unnecessary changes part 2
This commit is contained in:
parent
34cbb1e699
commit
502fa105b1
@ -102,7 +102,7 @@ exports.update = ->
|
|||||||
knex('config').select('value').where(key: 'uuid')
|
knex('config').select('value').where(key: 'uuid')
|
||||||
knex('app').select()
|
knex('app').select()
|
||||||
])
|
])
|
||||||
.then ([[apiKey], [uuid], [version], apps]) ->
|
.then ([[apiKey], [uuid], apps]) ->
|
||||||
apiKey = apiKey.value
|
apiKey = apiKey.value
|
||||||
uuid = uuid.value
|
uuid = uuid.value
|
||||||
resinAPI.get(
|
resinAPI.get(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user