mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 06:04:20 +00:00
[Time Conductor] Add dependency to UTCTimeProvider
This commit is contained in:
parent
552435b009
commit
5e9f38dadd
@ -11,7 +11,8 @@
|
|||||||
{
|
{
|
||||||
"provides": "timeService",
|
"provides": "timeService",
|
||||||
"type": "provider",
|
"type": "provider",
|
||||||
"implementation": "UTCTimeProvider.js"
|
"implementation": "UTCTimeProvider.js",
|
||||||
|
"depends": [ "now" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user