mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-23 15:32:24 +00:00
Select just the id as it's all we need, and reduces network traffic.
This commit is contained in:
parent
e6e42d6631
commit
de6de9d397
@ -281,6 +281,7 @@ exports.updateDeviceInfo = updateDeviceInfo = (body) ->
|
||||
resinAPI.get(
|
||||
resource: 'device'
|
||||
options:
|
||||
select: 'id'
|
||||
filter:
|
||||
uuid: uuid
|
||||
customOptions:
|
||||
|
Loading…
Reference in New Issue
Block a user