Skip to content

Commit

Permalink
fix(route/weibo): set allowEmpty to true in return (DIYgod#16819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konano committed Sep 19, 2024
1 parent 02efe69 commit e4da362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/weibo/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,6 @@ async function handler(ctx) {
description,
image: profileImageUrl,
item: resultItems,
allowEmpty: true,
});
}

0 comments on commit e4da362

Please sign in to comment.