diff --git a/lib/routes/weibo/user.ts b/lib/routes/weibo/user.ts index bb33d66f8647e..451f576294d97 100644 --- a/lib/routes/weibo/user.ts +++ b/lib/routes/weibo/user.ts @@ -190,5 +190,6 @@ async function handler(ctx) { description, image: profileImageUrl, item: resultItems, + allowEmpty: true, }); }