fix(route/weibo): set allowEmpty to true in return (#16819)
This commit is contained in:
parent
02efe692b2
commit
e4da362fa2
|
|
@ -190,5 +190,6 @@ async function handler(ctx) {
|
|||
description,
|
||||
image: profileImageUrl,
|
||||
item: resultItems,
|
||||
allowEmpty: true,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue