mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +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:
parent
c9acfc9f89
commit
e43e14ec00
@ -51,8 +51,7 @@
|
||||
"workers": [
|
||||
{
|
||||
"key": "genericSearchWorker",
|
||||
"scriptUrl": "services/GenericSearchWorker.js",
|
||||
"depends": [ "objectService" ]
|
||||
"scriptUrl": "services/GenericSearchWorker.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user