mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +00:00
[Search] Remove unused dependency
Removed the generic search worker's dependency on the object service, which it does not use.
This commit is contained in:
@ -51,8 +51,7 @@
|
||||
"workers": [
|
||||
{
|
||||
"key": "genericSearchWorker",
|
||||
"scriptUrl": "services/GenericSearchWorker.js",
|
||||
"depends": [ "objectService" ]
|
||||
"scriptUrl": "services/GenericSearchWorker.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user