diff --git a/platform/search/bundle.json b/platform/search/bundle.json index a4a73e26b9..6668022939 100644 --- a/platform/search/bundle.json +++ b/platform/search/bundle.json @@ -26,9 +26,8 @@ "workers": [ { "key": "genericSearchWorker", - "scriptUrl": "GenericSearchWorker.js", - "depends": [ "objectService" ] + "scriptUrl": "GenericSearchWorker.js" } ] } -} \ No newline at end of file +}