diff --git a/app/Jobs/Tasks/ParseRssPostMetadataTask.php b/app/Jobs/Tasks/ParseRssPostMetadataTask.php index e2fed0e..db3e46c 100644 --- a/app/Jobs/Tasks/ParseRssPostMetadataTask.php +++ b/app/Jobs/Tasks/ParseRssPostMetadataTask.php @@ -159,7 +159,7 @@ public static function handle(int $rss_post_id) { if (isset($post_meta_response->output->is_government_or_political_news)) { - if($post_meta_response->output->is_ai_or_tech_news == true) + if($post_meta_response->output->is_government_or_political_news == true) { $rss_post->status = 'blocked'; }