diff --git a/app/Services/Crawl/CrawlImportService.php b/app/Services/Crawl/CrawlImportService.php index 7a980a5..67d42fa 100644 --- a/app/Services/Crawl/CrawlImportService.php +++ b/app/Services/Crawl/CrawlImportService.php @@ -333,7 +333,7 @@ class CrawlImportService 'crawl_job_id' => $job->id, 'summary' => $payload['summary'] ?? null, 'content_html' => $content, - 'status' => 0, + 'status' => 1, 'published_at' => $this->resolvePublishedAt($payload['published_at'] ?? null), ]);