mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
fix: jike
This commit is contained in:
@@ -36,7 +36,7 @@ async function handler(ctx) {
|
||||
const data = await constructTopicEntry(ctx, topicUrl);
|
||||
|
||||
if (data) {
|
||||
const result = ctx.get('data');
|
||||
const result = data.result;
|
||||
result.item = topicDataHanding(data, ctx);
|
||||
if (id === '553870e8e4b0cafb0a1bef68' || id === '55963702e4b0d84d2c30ce6f') {
|
||||
result.item = await Promise.all(
|
||||
|
||||
Reference in New Issue
Block a user