File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " openmct-mcws" ,
3- "version" : " 5.3.1 " ,
3+ "version" : " 5.3.2 " ,
44 "description" : " Open MCT for MCWS" ,
55 "devDependencies" : {
66 "@braintree/sanitize-url" : " 6.0.4" ,
Original file line number Diff line number Diff line change 66 <groupId >gov.nasa.arc.wtd</groupId >
77 <artifactId >openmct-client</artifactId >
88 <name >Open MCT for MCWS Client</name >
9- <version >5.3.1 </version >
9+ <version >5.3.2 </version >
1010 <packaging >war</packaging >
1111
1212 <properties >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class MCWSEVRLevelStreamProvider extends MCWSStreamProvider {
1111 * @returns {String } The URL to use for streaming
1212 */
1313 getUrl ( domainObject ) {
14- if ( domainObject . telemetry ?. evrStreamUrl ) {
14+ if ( domainObject . telemetry ?. evrStreamUrl && domainObject . telemetry ?. level ) {
1515 return domainObject . telemetry . evrStreamUrl ;
1616 }
1717 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class MCWSEVRStreamProvider extends MCWSStreamProvider {
1111 * @returns {String } The URL to use for streaming
1212 */
1313 getUrl ( domainObject ) {
14- if ( domainObject . telemetry && ! domainObject . telemetry . level ) {
14+ if ( domainObject . telemetry ?. evrStreamUrl && ! domainObject . telemetry ? .level ) {
1515 return domainObject . telemetry . evrStreamUrl ;
1616 }
1717 }
You can’t perform that action at this time.
0 commit comments