fix(route/weibo): set allowEmpty to true in return (#16819)

This commit is contained in:
Nano 2024-09-20 00:47:22 +08:00 committed by GitHub
parent 02efe692b2
commit e4da362fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -190,5 +190,6 @@ async function handler(ctx) {
description,
image: profileImageUrl,
item: resultItems,
allowEmpty: true,
});
}