feat: allowEmpty for hpoi user

This commit is contained in:
DIYgod 2020-03-08 02:09:45 +08:00
parent d5ff842068
commit 225e2b39bc
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ module.exports = async (ctx) => {
title: title,
link: url,
item: list,
allowEmpty: false,
allowEmpty: true,
};
};