[enh] Rename the way to give the argument in YunohostValidationError

This commit is contained in:
ljf 2021-09-06 01:52:44 +02:00
parent ae66dc9111
commit e2512168a4

View file

@ -48,7 +48,6 @@ const unique = items => item => helpers.withParams(
item => items ? !helpers.req(item) || !items.includes(item) : true item => items ? !helpers.req(item) || !items.includes(item) : true
)(item) )(item)
export { export {
alphalownum_, alphalownum_,
domain, domain,