mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
bugfix
This commit is contained in:
parent
8afafa9a17
commit
e92e582b88
@ -81,7 +81,7 @@ function Config(config) {
|
||||
typeof(this.packages[i]) === 'object' &&
|
||||
!Array.isArray(this.packages[i])
|
||||
, 'CONFIG: bad "'+i+'" package description (object expected)');
|
||||
check_userlist(i, this.packages[i], 'read');
|
||||
check_userlist(i, this.packages[i], 'access');
|
||||
check_userlist(i, this.packages[i], 'proxy');
|
||||
check_userlist(i, this.packages[i], 'publish');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user