mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
Move mutation listening out of cache service
This commit is contained in:
@ -373,9 +373,6 @@ define([
|
||||
{
|
||||
"key": "cacheService",
|
||||
"implementation": ModelCacheService,
|
||||
"depends": [
|
||||
"topic"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "now",
|
||||
@ -415,7 +412,7 @@ define([
|
||||
"runs": [
|
||||
{
|
||||
"implementation": TransactingMutationListener,
|
||||
"depends": ["topic", "transactionService"]
|
||||
"depends": ["topic", "transactionService", "cacheService"]
|
||||
}
|
||||
],
|
||||
"constants": [
|
||||
|
Reference in New Issue
Block a user