fix: jike

This commit is contained in:
DIYgod
2024-03-15 00:52:21 +08:00
parent 4a0aceb7e3
commit b370ba9d85
3 changed files with 3 additions and 3 deletions

View File

@@ -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 {