mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
fix: jike
This commit is contained in:
@@ -30,7 +30,7 @@ async function handler(ctx) {
|
||||
const data = await constructTopicEntry(ctx, topicUrl);
|
||||
|
||||
if (data) {
|
||||
const result = ctx.get('data');
|
||||
const result = data.result;
|
||||
result.item = data.posts.map((item) => {
|
||||
const date = dayjs(item.createdAt);
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user