From 387ac995a4ba25893f5243ac4638b83f47bd8f6b Mon Sep 17 00:00:00 2001 From: Petros Angelatos Date: Wed, 7 May 2014 19:17:24 +0100 Subject: [PATCH] Remove unmatched ) --- src/application.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/application.coffee b/src/application.coffee index 090ff5a0..6cbd146c 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -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) ->