removed unnecessary changes part 2

This commit is contained in:
Vasilis Souleles 2014-05-02 14:01:23 +03:00 committed by Pablo Carranza Vélez
parent 34cbb1e699
commit 502fa105b1

View File

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