diff options
Diffstat (limited to 'apps/workers/searchWorker.ts')
| -rw-r--r-- | apps/workers/searchWorker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workers/searchWorker.ts b/apps/workers/searchWorker.ts index ae916441..79b0c8c1 100644 --- a/apps/workers/searchWorker.ts +++ b/apps/workers/searchWorker.ts @@ -14,7 +14,7 @@ import { import { getSearchIdxClient } from "@hoarder/shared/search"; export class SearchIndexingWorker { - static async build() { + static build() { logger.info("Starting search indexing worker ..."); const worker = new Worker<ZSearchIndexingRequest, void>( SearchIndexingQueue.name, |
