Update (task): fix broken task on gen article

This commit is contained in:
2023-09-25 00:31:55 +08:00
parent 010b27d5f5
commit ef9c5a1407

View File

@@ -46,7 +46,7 @@ public static function handle(SerpUrl $serp_url)
$post = new Post;
$post->title = $suggestion->title;
$post->type = $suggestion->article_type;
$post->short_title = $ai_titles->short_title;
$post->short_title = $suggestion->short_title;
$post->main_keyword = $ai_titles->main_keyword;
$post->keywords = $suggestion->photo_keywords;
$post->slug = str_slug($suggestion->title);