mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 18:56:24 +00:00
Only select the fields we need to compare/update apps.
This commit is contained in:
parent
de6de9d397
commit
6a50889086
@ -182,6 +182,11 @@ exports.update = update = ->
|
||||
resource: 'application'
|
||||
options:
|
||||
expand: 'environment_variable'
|
||||
select: [
|
||||
'id'
|
||||
'git_repository'
|
||||
'commit'
|
||||
]
|
||||
filter:
|
||||
'device/uuid': uuid
|
||||
customOptions:
|
||||
|
Loading…
Reference in New Issue
Block a user