mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 18:12:57 +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": [
|
"workers": [
|
||||||
{
|
{
|
||||||
"key": "genericSearchWorker",
|
"key": "genericSearchWorker",
|
||||||
"scriptUrl": "services/GenericSearchWorker.js",
|
"scriptUrl": "services/GenericSearchWorker.js"
|
||||||
"depends": [ "objectService" ]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user