diff --git a/src/application.coffee b/src/application.coffee index e87bb891..659bb758 100644 --- a/src/application.coffee +++ b/src/application.coffee @@ -102,7 +102,7 @@ exports.update = -> knex('config').select('value').where(key: 'uuid') knex('app').select() ]) - .then ([[apiKey], [uuid], [version], apps]) -> + .then ([[apiKey], [uuid], apps]) -> apiKey = apiKey.value uuid = uuid.value resinAPI.get(