From e4da362fa219797b7baa5fa88f66fe509785ef83 Mon Sep 17 00:00:00 2001 From: Nano Date: Fri, 20 Sep 2024 00:47:22 +0800 Subject: [PATCH] fix(route/weibo): set allowEmpty to true in return (#16819) --- lib/routes/weibo/user.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/routes/weibo/user.ts b/lib/routes/weibo/user.ts index bb33d66f8647e8..451f576294d97e 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, }); }