mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
[Search] Remove unused dependency
Remove unused dependency from generic search worker, avoids WTD-1511.
This commit is contained in:
parent
8371b1b25b
commit
83fce6ad77
@ -26,9 +26,8 @@
|
||||
"workers": [
|
||||
{
|
||||
"key": "genericSearchWorker",
|
||||
"scriptUrl": "GenericSearchWorker.js",
|
||||
"depends": [ "objectService" ]
|
||||
"scriptUrl": "GenericSearchWorker.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user