mirror of
https://github.com/nasa/openmct.git
synced 2025-03-22 03:55:31 +00:00
[Remote Clock] Fix requestInterceptor typo (#5462)
* Fix typo in telemetry request interceptor Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov> Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
parent
437154a5c0
commit
9786ff5de4
@ -35,8 +35,8 @@ function remoteClockRequestInterceptor(openmct, remoteClockIdentifier, waitForBo
|
||||
invoke: async (request) => {
|
||||
const { start, end } = await waitForBounds();
|
||||
remoteClockLoaded = true;
|
||||
request[1].start = start;
|
||||
request[1].end = end;
|
||||
request.start = start;
|
||||
request.end = end;
|
||||
|
||||
return request;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user