Remove unmatched )

This commit is contained in:
Petros Angelatos 2014-05-07 19:17:24 +01:00 committed by Pablo Carranza Vélez
parent ab642470ec
commit 387ac995a4

View File

@ -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) ->