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