fix(crawl-status): add success: true

This commit is contained in:
Gergő Móricz
2024-09-10 18:59:09 +02:00
parent f855ad3436
commit 4ebc35c9dd
3 changed files with 3 additions and 0 deletions
@@ -103,6 +103,7 @@ async function crawlStatusWS(ws: WebSocket, req: RequestWithAuth<CrawlStatusPara
send(ws, {
type: "catchup",
data: {
success: true,
status,
total: jobIDs.length,
completed: doneJobIDs.length,