mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-24 15:56:40 +00:00
Remove unmatched )
This commit is contained in:
parent
ab642470ec
commit
387ac995a4
@ -168,7 +168,6 @@ exports.update = ->
|
||||
kill(apps[imageId])
|
||||
.then ->
|
||||
knex('app').where('imageId', imageId).delete()
|
||||
)
|
||||
.then ->
|
||||
# Then install the apps and add each to the db as they succeed
|
||||
installingPromises = toBeInstalled.map (imageId) ->
|
||||
|
Loading…
Reference in New Issue
Block a user