feat: allowEmpty for hpoi user
This commit is contained in:
parent
d5ff842068
commit
225e2b39bc
|
|
@ -41,6 +41,6 @@ module.exports = async (ctx) => {
|
|||
title: title,
|
||||
link: url,
|
||||
item: list,
|
||||
allowEmpty: false,
|
||||
allowEmpty: true,
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue