Request latest data from alphanumerics (#2377)

This commit is contained in:
Andrew Henry 2019-04-11 11:00:15 -07:00 committed by GitHub
parent 38a875395f
commit 1a2048332f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 => {