From 225e2b39bc0f9ff624672ef56752465b5c519bbd Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sun, 8 Mar 2020 02:09:45 +0800 Subject: [PATCH] feat: allowEmpty for hpoi user --- lib/routes/hpoi/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/hpoi/user.js b/lib/routes/hpoi/user.js index 2a757bab5..558a21f54 100644 --- a/lib/routes/hpoi/user.js +++ b/lib/routes/hpoi/user.js @@ -41,6 +41,6 @@ module.exports = async (ctx) => { title: title, link: url, item: list, - allowEmpty: false, + allowEmpty: true, }; };