Compare commits

...

1 Commits

Author SHA1 Message Date
Andrew Henry
e194d7b6ef Request latest data from alphanumerics 2019-04-11 09:04:34 -07:00

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