mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
fix(route): adjust author name (#17257)
This commit is contained in:
@@ -68,7 +68,7 @@ async function handler(ctx) {
|
||||
}
|
||||
} else if (type === 'topic') {
|
||||
link = item.target.sharing_url;
|
||||
author = item.target.status.author.name;
|
||||
author = item.target.author.name;
|
||||
title = item.target.title;
|
||||
date = item.target.create_time;
|
||||
description = item.target.abstract;
|
||||
|
||||
Reference in New Issue
Block a user