Only select the fields we need to compare/update apps.

This commit is contained in:
Pagan Gazzard 2014-11-13 20:24:34 +00:00 committed by Pablo Carranza Vélez
parent de6de9d397
commit 6a50889086

View File

@ -182,6 +182,11 @@ exports.update = update = ->
resource: 'application' resource: 'application'
options: options:
expand: 'environment_variable' expand: 'environment_variable'
select: [
'id'
'git_repository'
'commit'
]
filter: filter:
'device/uuid': uuid 'device/uuid': uuid
customOptions: customOptions: