mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
Request latest data from alphanumerics (#2377)
This commit is contained in:
parent
38a875395f
commit
1a2048332f
@ -176,7 +176,8 @@
|
||||
let options = {
|
||||
start: bounds.start,
|
||||
end: bounds.end,
|
||||
size: 1
|
||||
size: 1,
|
||||
strategy: 'latest'
|
||||
};
|
||||
this.openmct.telemetry.request(this.domainObject, options)
|
||||
.then(data => {
|
||||
|
Loading…
Reference in New Issue
Block a user