From 7a03275575c74423ba34b993e7b2deb552bc003e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B3ricz=20Gerg=C5=91?= Date: Tue, 7 Jan 2025 13:57:47 +0100 Subject: [PATCH] add comment --- apps/api/src/services/queue-worker.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/services/queue-worker.ts b/apps/api/src/services/queue-worker.ts index 6cda426a..9e895216 100644 --- a/apps/api/src/services/queue-worker.ts +++ b/apps/api/src/services/queue-worker.ts @@ -724,6 +724,7 @@ async function processJob(job: Job & { id: string }, token: string) { ) { if (job.data.isCrawlSourceScrape) { // TODO: re-fetch sitemap for redirect target domain + // TODO: reset crawl source url to new target } else { throw new Error( "Redirected target URL is not allowed by crawlOptions",